C# Class Amazon.ECS.Model.SellerLookupResponse

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

IsSetSellers ( ) : System.Boolean

Checks if Sellers property is set

ToXML ( ) : String

XML Representation for this object

WithOperationRequest ( OperationRequest operationRequest ) : SellerLookupResponse

Sets the OperationRequest property

WithSellers ( ) : SellerLookupResponse

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

IsSetSellers() public method

Checks if Sellers property is set
public IsSetSellers ( ) : 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 ) : SellerLookupResponse
operationRequest OperationRequest OperationRequest property
return SellerLookupResponse

WithSellers() public method

Sets the Sellers property
public WithSellers ( ) : SellerLookupResponse
return SellerLookupResponse