C# Class Amazon.ECS.Model.CustomerContentLookupRequest

Afficher le fichier Open project: nexus49/grado

Private Properties

Свойство Type Description
EscapeXML String

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode 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

Méthode Description
EscapeXML ( String str ) : String

Method Details

IsSetCustomerId() public méthode

Checks if CustomerId property is set
public IsSetCustomerId ( ) : System.Boolean
Résultat System.Boolean

IsSetResponseGroup() public méthode

Checks of ResponseGroup property is set
public IsSetResponseGroup ( ) : System.Boolean
Résultat System.Boolean

IsSetReviewPage() public méthode

Checks if ReviewPage property is set
public IsSetReviewPage ( ) : System.Boolean
Résultat System.Boolean

IsSetTagPage() public méthode

Checks if TagPage property is set
public IsSetTagPage ( ) : System.Boolean
Résultat System.Boolean

IsSetTagSort() public méthode

Checks if TagSort property is set
public IsSetTagSort ( ) : System.Boolean
Résultat System.Boolean

IsSetTagsPerPage() public méthode

Checks if TagsPerPage property is set
public IsSetTagsPerPage ( ) : System.Boolean
Résultat System.Boolean

ToXMLFragment() protected méthode

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
Résultat String

WithCustomerId() public méthode

Sets the CustomerId property
public WithCustomerId ( String customerId ) : CustomerContentLookupRequest
customerId String CustomerId property
Résultat CustomerContentLookupRequest

WithResponseGroup() public méthode

Sets the ResponseGroup property
public WithResponseGroup ( ) : CustomerContentLookupRequest
Résultat CustomerContentLookupRequest

WithReviewPage() public méthode

Sets the ReviewPage property
public WithReviewPage ( Decimal reviewPage ) : CustomerContentLookupRequest
reviewPage Decimal ReviewPage property
Résultat CustomerContentLookupRequest

WithTagPage() public méthode

Sets the TagPage property
public WithTagPage ( Decimal tagPage ) : CustomerContentLookupRequest
tagPage Decimal TagPage property
Résultat CustomerContentLookupRequest

WithTagSort() public méthode

Sets the TagSort property
public WithTagSort ( String tagSort ) : CustomerContentLookupRequest
tagSort String TagSort property
Résultat CustomerContentLookupRequest

WithTagsPerPage() public méthode

Sets the TagsPerPage property
public WithTagsPerPage ( Decimal tagsPerPage ) : CustomerContentLookupRequest
tagsPerPage Decimal TagsPerPage property
Résultat CustomerContentLookupRequest