C# Class Amazon.ECS.Model.ResponseGroupInformation

Afficher le fichier Open project: nexus49/grado

Private Properties

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

Méthodes publiques

Méthode Description
IsSetCreationDate ( ) : System.Boolean

Checks if CreationDate property is set

IsSetElements ( ) : System.Boolean

Checks if Elements property is set

IsSetName ( ) : System.Boolean

Checks if Name property is set

IsSetValidOperations ( ) : System.Boolean

Checks if ValidOperations property is set

WithCreationDate ( String creationDate ) : ResponseGroupInformation

Sets the CreationDate property

WithElements ( ResponseGroupElements elements ) : ResponseGroupInformation

Sets the Elements property

WithName ( String name ) : ResponseGroupInformation

Sets the Name property

WithValidOperations ( ResponseGroupValidOperations validOperations ) : ResponseGroupInformation

Sets the ValidOperations 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

IsSetCreationDate() public méthode

Checks if CreationDate property is set
public IsSetCreationDate ( ) : System.Boolean
Résultat System.Boolean

IsSetElements() public méthode

Checks if Elements property is set
public IsSetElements ( ) : System.Boolean
Résultat System.Boolean

IsSetName() public méthode

Checks if Name property is set
public IsSetName ( ) : System.Boolean
Résultat System.Boolean

IsSetValidOperations() public méthode

Checks if ValidOperations property is set
public IsSetValidOperations ( ) : 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

WithCreationDate() public méthode

Sets the CreationDate property
public WithCreationDate ( String creationDate ) : ResponseGroupInformation
creationDate String CreationDate property
Résultat ResponseGroupInformation

WithElements() public méthode

Sets the Elements property
public WithElements ( ResponseGroupElements elements ) : ResponseGroupInformation
elements ResponseGroupElements Elements property
Résultat ResponseGroupInformation

WithName() public méthode

Sets the Name property
public WithName ( String name ) : ResponseGroupInformation
name String Name property
Résultat ResponseGroupInformation

WithValidOperations() public méthode

Sets the ValidOperations property
public WithValidOperations ( ResponseGroupValidOperations validOperations ) : ResponseGroupInformation
validOperations ResponseGroupValidOperations ValidOperations property
Résultat ResponseGroupInformation