C# Class Amazon.ECS.Model.ResponseGroupInformation

Show file Open project: nexus49/grado

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method 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

Protected Methods

Method 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

Method Description
EscapeXML ( String str ) : String

Method Details

IsSetCreationDate() public method

Checks if CreationDate property is set
public IsSetCreationDate ( ) : System.Boolean
return System.Boolean

IsSetElements() public method

Checks if Elements property is set
public IsSetElements ( ) : System.Boolean
return System.Boolean

IsSetName() public method

Checks if Name property is set
public IsSetName ( ) : System.Boolean
return System.Boolean

IsSetValidOperations() public method

Checks if ValidOperations property is set
public IsSetValidOperations ( ) : System.Boolean
return System.Boolean

ToXMLFragment() protected method

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
return String

WithCreationDate() public method

Sets the CreationDate property
public WithCreationDate ( String creationDate ) : ResponseGroupInformation
creationDate String CreationDate property
return ResponseGroupInformation

WithElements() public method

Sets the Elements property
public WithElements ( ResponseGroupElements elements ) : ResponseGroupInformation
elements ResponseGroupElements Elements property
return ResponseGroupInformation

WithName() public method

Sets the Name property
public WithName ( String name ) : ResponseGroupInformation
name String Name property
return ResponseGroupInformation

WithValidOperations() public method

Sets the ValidOperations property
public WithValidOperations ( ResponseGroupValidOperations validOperations ) : ResponseGroupInformation
validOperations ResponseGroupValidOperations ValidOperations property
return ResponseGroupInformation