C# Class Amazon.ECS.Model.TagLookupRequest

Afficher le fichier Open project: nexus49/grado

Private Properties

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

Méthodes publiques

Méthode Description
IsSetCount ( ) : System.Boolean

Checks if Count property is set

IsSetCustomerId ( ) : System.Boolean

Checks if CustomerId property is set

IsSetResponseGroup ( ) : System.Boolean

Checks of ResponseGroup property is set

IsSetTagName ( ) : System.Boolean

Checks of TagName property is set

IsSetTagPage ( ) : System.Boolean

Checks if TagPage property is set

IsSetTagSort ( ) : System.Boolean

Checks if TagSort property is set

WithCount ( Decimal count ) : TagLookupRequest

Sets the Count property

WithCustomerId ( String customerId ) : TagLookupRequest

Sets the CustomerId property

WithResponseGroup ( ) : TagLookupRequest

Sets the ResponseGroup property

WithTagName ( ) : TagLookupRequest

Sets the TagName property

WithTagPage ( Decimal tagPage ) : TagLookupRequest

Sets the TagPage property

WithTagSort ( String tagSort ) : TagLookupRequest

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

IsSetCount() public méthode

Checks if Count property is set
public IsSetCount ( ) : System.Boolean
Résultat System.Boolean

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

IsSetTagName() public méthode

Checks of TagName property is set
public IsSetTagName ( ) : 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

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

WithCount() public méthode

Sets the Count property
public WithCount ( Decimal count ) : TagLookupRequest
count Decimal Count property
Résultat TagLookupRequest

WithCustomerId() public méthode

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

WithResponseGroup() public méthode

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

WithTagName() public méthode

Sets the TagName property
public WithTagName ( ) : TagLookupRequest
Résultat TagLookupRequest

WithTagPage() public méthode

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

WithTagSort() public méthode

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