C# Class Amazon.ECS.Model.SellerListingLookupResponse

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 ) : SellerListingLookupResponse

Sets the OperationRequest property

WithSellerListings ( ) : SellerListingLookupResponse

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 ) : SellerListingLookupResponse
operationRequest OperationRequest OperationRequest property
return SellerListingLookupResponse

WithSellerListings() public method

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