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

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

Private Properties

프로퍼티 타입 설명
EscapeXML String

공개 메소드들

메소드 설명
IsSetCart ( ) : System.Boolean

Checks if Cart property is set

IsSetOperationRequest ( ) : System.Boolean

Checks if OperationRequest property is set

ToXML ( ) : String

XML Representation for this object

WithCart ( ) : CartAddResponse

Sets the Cart property

WithOperationRequest ( OperationRequest operationRequest ) : CartAddResponse

Sets the OperationRequest property

비공개 메소드들

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

메소드 상세

IsSetCart() 공개 메소드

Checks if Cart property is set
public IsSetCart ( ) : System.Boolean
리턴 System.Boolean

IsSetOperationRequest() 공개 메소드

Checks if OperationRequest property is set
public IsSetOperationRequest ( ) : System.Boolean
리턴 System.Boolean

ToXML() 공개 메소드

XML Representation for this object
public ToXML ( ) : String
리턴 String

WithCart() 공개 메소드

Sets the Cart property
public WithCart ( ) : CartAddResponse
리턴 CartAddResponse

WithOperationRequest() 공개 메소드

Sets the OperationRequest property
public WithOperationRequest ( OperationRequest operationRequest ) : CartAddResponse
operationRequest OperationRequest OperationRequest property
리턴 CartAddResponse