C# Class Amazon.ECS.Model.SellerListingLookupRequest

Afficher le fichier Open project: nexus49/grado

Private Properties

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

Méthodes publiques

Méthode Description
IsSetId ( ) : System.Boolean

Checks if Id property is set

IsSetIdType ( ) : System.Boolean

Checks if IdType property is set

IsSetResponseGroup ( ) : System.Boolean

Checks of ResponseGroup property is set

IsSetSellerId ( ) : System.Boolean

Checks if SellerId property is set

WithId ( String id ) : SellerListingLookupRequest

Sets the Id property

WithIdType ( String idType ) : SellerListingLookupRequest

Sets the IdType property

WithResponseGroup ( ) : SellerListingLookupRequest

Sets the ResponseGroup property

WithSellerId ( String sellerId ) : SellerListingLookupRequest

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

IsSetId() public méthode

Checks if Id property is set
public IsSetId ( ) : System.Boolean
Résultat System.Boolean

IsSetIdType() public méthode

Checks if IdType property is set
public IsSetIdType ( ) : System.Boolean
Résultat System.Boolean

IsSetResponseGroup() public méthode

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

IsSetSellerId() public méthode

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

WithId() public méthode

Sets the Id property
public WithId ( String id ) : SellerListingLookupRequest
id String Id property
Résultat SellerListingLookupRequest

WithIdType() public méthode

Sets the IdType property
public WithIdType ( String idType ) : SellerListingLookupRequest
idType String IdType property
Résultat SellerListingLookupRequest

WithResponseGroup() public méthode

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

WithSellerId() public méthode

Sets the SellerId property
public WithSellerId ( String sellerId ) : SellerListingLookupRequest
sellerId String SellerId property
Résultat SellerListingLookupRequest