C# Class Amazon.ECS.Model.CustomerContentLookupRequest

Show file Open project: nexus49/grado

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method Description
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

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

IsSetCustomerId() public method

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

IsSetResponseGroup() public method

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

IsSetReviewPage() public method

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

IsSetTagPage() public method

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

IsSetTagSort() public method

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

IsSetTagsPerPage() public method

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

WithCustomerId() public method

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

WithResponseGroup() public method

Sets the ResponseGroup property
public WithResponseGroup ( ) : CustomerContentLookupRequest
return CustomerContentLookupRequest

WithReviewPage() public method

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

WithTagPage() public method

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

WithTagSort() public method

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

WithTagsPerPage() public method

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