public class GetFeedSubmissionResultRequest extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Marketplace" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Merchant" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="FeedSubmissionId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="MWSAuthToken" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Generated by AWS Code Generator
Tue Feb 03 16:00:09 PST 2009| Modifier and Type | Field and Description |
|---|---|
protected String |
feedSubmissionId |
protected OutputStream |
feedSubmissionResultOutputStream |
protected String |
marketplace |
protected String |
merchant |
protected String |
mwsAuthToken |
| Constructor and Description |
|---|
GetFeedSubmissionResultRequest()
Default constructor
|
GetFeedSubmissionResultRequest(String marketplace,
String merchant,
String feedSubmissionId)
Value constructor
|
GetFeedSubmissionResultRequest(String marketplace,
String merchant,
String feedSubmissionId,
String mwsAuthToken) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFeedSubmissionId()
Gets the value of the feedSubmissionId property.
|
OutputStream |
getFeedSubmissionResultOutputStream() |
String |
getMarketplace()
Deprecated.
|
String |
getMerchant()
Gets the value of the merchant property.
|
String |
getMWSAuthToken()
Gets the value of the mwsAuthToken property.
|
boolean |
isSetFeedSubmissionId() |
boolean |
isSetMarketplace()
Deprecated.
|
boolean |
isSetMerchant() |
boolean |
isSetMWSAuthToken() |
void |
setFeedSubmissionId(String value)
Sets the value of the feedSubmissionId property.
|
void |
setFeedSubmissionResultOutputStream(OutputStream feedSubmissionResultOutputStream) |
void |
setMarketplace(String value)
Deprecated.
Not used anymore. MWS ignores this parameter, but it is left
in here for backwards compatibility.
|
void |
setMerchant(String value)
Sets the value of the merchant property.
|
void |
setMWSAuthToken(String authTokenValue)
Sets the value of the mwsAuthToken property
|
protected String |
toJSONFragment()
JSON fragment representation of this object
|
GetFeedSubmissionResultRequest |
withFeedSubmissionId(String value)
Sets the value of the FeedSubmissionId property.
|
GetFeedSubmissionResultRequest |
withMarketplace(String value)
Deprecated.
|
GetFeedSubmissionResultRequest |
withMerchant(String value)
Sets the value of the Merchant property.
|
GetFeedSubmissionResultRequest |
withMWSAuthToken(String value)
Sets the value of the MWSAuthToken property.
|
protected String marketplace
protected String merchant
protected String feedSubmissionId
protected OutputStream feedSubmissionResultOutputStream
protected String mwsAuthToken
public GetFeedSubmissionResultRequest()
public GetFeedSubmissionResultRequest(String marketplace, String merchant, String feedSubmissionId)
public String getMarketplace()
setMarketplace(String)Stringpublic void setMarketplace(String value)
value - allowed object is
Stringpublic boolean isSetMarketplace()
setMarketplace(String)public String getMerchant()
Stringpublic void setMerchant(String value)
value - allowed object is
Stringpublic boolean isSetMerchant()
public String getFeedSubmissionId()
Stringpublic void setFeedSubmissionId(String value)
value - allowed object is
Stringpublic boolean isSetFeedSubmissionId()
public String getMWSAuthToken()
Stringpublic void setMWSAuthToken(String authTokenValue)
authTokenValue - allowed object is
Stringpublic boolean isSetMWSAuthToken()
public OutputStream getFeedSubmissionResultOutputStream()
public void setFeedSubmissionResultOutputStream(OutputStream feedSubmissionResultOutputStream)
public GetFeedSubmissionResultRequest withMarketplace(String value)
setMarketplace(String)value - public GetFeedSubmissionResultRequest withMerchant(String value)
value - public GetFeedSubmissionResultRequest withMWSAuthToken(String value)
value - public GetFeedSubmissionResultRequest withFeedSubmissionId(String value)
value - protected String toJSONFragment()
Copyright © 2020. All rights reserved.