C# Класс Amazon.ECS.Model.SellerListingLookupRequest

Показать файл Открыть проект

Private Properties

Свойство Тип Описание
EscapeXML String

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
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

Приватные методы

Метод Описание
EscapeXML ( String str ) : String

Описание методов

IsSetId() публичный Метод

Checks if Id property is set
public IsSetId ( ) : System.Boolean
Результат System.Boolean

IsSetIdType() публичный Метод

Checks if IdType property is set
public IsSetIdType ( ) : System.Boolean
Результат System.Boolean

IsSetResponseGroup() публичный Метод

Checks of ResponseGroup property is set
public IsSetResponseGroup ( ) : System.Boolean
Результат System.Boolean

IsSetSellerId() публичный Метод

Checks if SellerId property is set
public IsSetSellerId ( ) : System.Boolean
Результат System.Boolean

ToXMLFragment() защищенный Метод

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
Результат String

WithId() публичный Метод

Sets the Id property
public WithId ( String id ) : SellerListingLookupRequest
id String Id property
Результат SellerListingLookupRequest

WithIdType() публичный Метод

Sets the IdType property
public WithIdType ( String idType ) : SellerListingLookupRequest
idType String IdType property
Результат SellerListingLookupRequest

WithResponseGroup() публичный Метод

Sets the ResponseGroup property
public WithResponseGroup ( ) : SellerListingLookupRequest
Результат SellerListingLookupRequest

WithSellerId() публичный Метод

Sets the SellerId property
public WithSellerId ( String sellerId ) : SellerListingLookupRequest
sellerId String SellerId property
Результат SellerListingLookupRequest