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

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

Private Properties

프로퍼티 타입 설명
EscapeXML String

공개 메소드들

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

보호된 메소드들

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

메소드 상세

IsSetOperationInformation() 공개 메소드

Checks if OperationInformation property is set
public IsSetOperationInformation ( ) : System.Boolean
리턴 System.Boolean

IsSetResponseGroupInformation() 공개 메소드

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

WithOperationInformation() 공개 메소드

Sets the OperationInformation property
public WithOperationInformation ( ) : Information
리턴 Information

WithResponseGroupInformation() 공개 메소드

Sets the ResponseGroupInformation property
public WithResponseGroupInformation ( ) : Information
리턴 Information