C# Class Amazon.ECS.Model.SellerListingSearchResponse

Show file Open project: nexus49/grado

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method Description
IsSetOperationRequest ( ) : System.Boolean

Checks if OperationRequest property is set

IsSetSellerListings ( ) : System.Boolean

Checks if SellerListings property is set

ToXML ( ) : String

XML Representation for this object

WithOperationRequest ( OperationRequest operationRequest ) : SellerListingSearchResponse

Sets the OperationRequest property

WithSellerListings ( ) : SellerListingSearchResponse

Sets the SellerListings property

Private Methods

Method Description
EscapeXML ( String str ) : String

Method Details

IsSetOperationRequest() public method

Checks if OperationRequest property is set
public IsSetOperationRequest ( ) : System.Boolean
return System.Boolean

IsSetSellerListings() public method

Checks if SellerListings property is set
public IsSetSellerListings ( ) : System.Boolean
return System.Boolean

ToXML() public method

XML Representation for this object
public ToXML ( ) : String
return String

WithOperationRequest() public method

Sets the OperationRequest property
public WithOperationRequest ( OperationRequest operationRequest ) : SellerListingSearchResponse
operationRequest OperationRequest OperationRequest property
return SellerListingSearchResponse

WithSellerListings() public method

Sets the SellerListings property
public WithSellerListings ( ) : SellerListingSearchResponse
return SellerListingSearchResponse