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

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

Private Properties

프로퍼티 타입 설명
EscapeXML String

공개 메소드들

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

Checks if CustomerId property is set

IsSetResponseGroup ( ) : System.Boolean

Checks of ResponseGroup property is set

IsSetReviewPage ( ) : System.Boolean

Checks if ReviewPage property is set

IsSetTagPage ( ) : System.Boolean

Checks if TagPage property is set

IsSetTagSort ( ) : System.Boolean

Checks if TagSort property is set

IsSetTagsPerPage ( ) : System.Boolean

Checks if TagsPerPage property is set

WithCustomerId ( String customerId ) : CustomerContentLookupRequest

Sets the CustomerId property

WithResponseGroup ( ) : CustomerContentLookupRequest

Sets the ResponseGroup property

WithReviewPage ( Decimal reviewPage ) : CustomerContentLookupRequest

Sets the ReviewPage property

WithTagPage ( Decimal tagPage ) : CustomerContentLookupRequest

Sets the TagPage property

WithTagSort ( String tagSort ) : CustomerContentLookupRequest

Sets the TagSort property

WithTagsPerPage ( Decimal tagsPerPage ) : CustomerContentLookupRequest

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

메소드 상세

IsSetCustomerId() 공개 메소드

Checks if CustomerId property is set
public IsSetCustomerId ( ) : System.Boolean
리턴 System.Boolean

IsSetResponseGroup() 공개 메소드

Checks of ResponseGroup property is set
public IsSetResponseGroup ( ) : System.Boolean
리턴 System.Boolean

IsSetReviewPage() 공개 메소드

Checks if ReviewPage property is set
public IsSetReviewPage ( ) : System.Boolean
리턴 System.Boolean

IsSetTagPage() 공개 메소드

Checks if TagPage property is set
public IsSetTagPage ( ) : System.Boolean
리턴 System.Boolean

IsSetTagSort() 공개 메소드

Checks if TagSort property is set
public IsSetTagSort ( ) : System.Boolean
리턴 System.Boolean

IsSetTagsPerPage() 공개 메소드

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

WithCustomerId() 공개 메소드

Sets the CustomerId property
public WithCustomerId ( String customerId ) : CustomerContentLookupRequest
customerId String CustomerId property
리턴 CustomerContentLookupRequest

WithResponseGroup() 공개 메소드

Sets the ResponseGroup property
public WithResponseGroup ( ) : CustomerContentLookupRequest
리턴 CustomerContentLookupRequest

WithReviewPage() 공개 메소드

Sets the ReviewPage property
public WithReviewPage ( Decimal reviewPage ) : CustomerContentLookupRequest
reviewPage Decimal ReviewPage property
리턴 CustomerContentLookupRequest

WithTagPage() 공개 메소드

Sets the TagPage property
public WithTagPage ( Decimal tagPage ) : CustomerContentLookupRequest
tagPage Decimal TagPage property
리턴 CustomerContentLookupRequest

WithTagSort() 공개 메소드

Sets the TagSort property
public WithTagSort ( String tagSort ) : CustomerContentLookupRequest
tagSort String TagSort property
리턴 CustomerContentLookupRequest

WithTagsPerPage() 공개 메소드

Sets the TagsPerPage property
public WithTagsPerPage ( Decimal tagsPerPage ) : CustomerContentLookupRequest
tagsPerPage Decimal TagsPerPage property
리턴 CustomerContentLookupRequest