C# Class Amazon.ECS.Model.SellerListingLookupRequest

Show file Open project: nexus49/grado

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method 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

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

IsSetId() public method

Checks if Id property is set
public IsSetId ( ) : System.Boolean
return System.Boolean

IsSetIdType() public method

Checks if IdType property is set
public IsSetIdType ( ) : System.Boolean
return System.Boolean

IsSetResponseGroup() public method

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

IsSetSellerId() public method

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

WithId() public method

Sets the Id property
public WithId ( String id ) : SellerListingLookupRequest
id String Id property
return SellerListingLookupRequest

WithIdType() public method

Sets the IdType property
public WithIdType ( String idType ) : SellerListingLookupRequest
idType String IdType property
return SellerListingLookupRequest

WithResponseGroup() public method

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

WithSellerId() public method

Sets the SellerId property
public WithSellerId ( String sellerId ) : SellerListingLookupRequest
sellerId String SellerId property
return SellerListingLookupRequest