C# 클래스 Amazon.ECS.Model.ResponseGroupInformation

파일 보기 프로젝트 열기: nexus49/grado

Private Properties

프로퍼티 타입 설명
EscapeXML String

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
EscapeXML ( String str ) : String

메소드 상세

IsSetCreationDate() 공개 메소드

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

IsSetElements() 공개 메소드

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

IsSetName() 공개 메소드

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

IsSetValidOperations() 공개 메소드

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

ToXMLFragment() 보호된 메소드

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
리턴 String

WithCreationDate() 공개 메소드

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

WithElements() 공개 메소드

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

WithName() 공개 메소드

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

WithValidOperations() 공개 메소드

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