C# Class Amazon.ECS.Model.Information

Afficher le fichier Open project: nexus49/grado

Private Properties

Свойство Type Description
EscapeXML String

Méthodes publiques

Méthode Description
IsSetOperationInformation ( ) : System.Boolean

Checks if OperationInformation property is set

IsSetResponseGroupInformation ( ) : System.Boolean

Checks if ResponseGroupInformation property is set

WithOperationInformation ( ) : Information

Sets the OperationInformation property

WithResponseGroupInformation ( ) : Information

Sets the ResponseGroupInformation property

Méthodes protégées

Méthode Description
ToXMLFragment ( ) : String

XML fragment representation of this object

Name for outer tag expected to be set by calling method. This fragment returns inner properties representation only

Private Methods

Méthode Description
EscapeXML ( String str ) : String

Method Details

IsSetOperationInformation() public méthode

Checks if OperationInformation property is set
public IsSetOperationInformation ( ) : System.Boolean
Résultat System.Boolean

IsSetResponseGroupInformation() public méthode

Checks if ResponseGroupInformation property is set
public IsSetResponseGroupInformation ( ) : System.Boolean
Résultat System.Boolean

ToXMLFragment() protected méthode

XML fragment representation of this object
Name for outer tag expected to be set by calling method. This fragment returns inner properties representation only
protected ToXMLFragment ( ) : String
Résultat String

WithOperationInformation() public méthode

Sets the OperationInformation property
public WithOperationInformation ( ) : Information
Résultat Information

WithResponseGroupInformation() public méthode

Sets the ResponseGroupInformation property
public WithResponseGroupInformation ( ) : Information
Résultat Information