public class GetReportScheduleListByNextTokenRequest 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="NextToken" 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
Wed Feb 18 13:28:59 PST 2009| Modifier and Type | Field and Description |
|---|---|
protected String |
marketplace |
protected String |
merchant |
protected String |
mwsAuthToken |
protected String |
nextToken |
| Constructor and Description |
|---|
GetReportScheduleListByNextTokenRequest()
Default constructor
|
GetReportScheduleListByNextTokenRequest(String marketplace,
String merchant,
String nextToken)
Value constructor
|
GetReportScheduleListByNextTokenRequest(String marketplace,
String merchant,
String nextToken,
String mwsAuthToken) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMarketplace()
Deprecated.
|
String |
getMerchant()
Gets the value of the merchant property.
|
String |
getMWSAuthToken()
Gets the value of the mwsAuthToken property.
|
String |
getNextToken()
Gets the value of the nextToken property.
|
boolean |
isSetMarketplace()
Deprecated.
|
boolean |
isSetMerchant() |
boolean |
isSetMWSAuthToken() |
boolean |
isSetNextToken() |
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
|
void |
setNextToken(String value)
Sets the value of the nextToken property.
|
protected String |
toJSONFragment()
JSON fragment representation of this object
|
GetReportScheduleListByNextTokenRequest |
withMarketplace(String value)
Deprecated.
|
GetReportScheduleListByNextTokenRequest |
withMerchant(String value)
Sets the value of the Merchant property.
|
GetReportScheduleListByNextTokenRequest |
withMWSAuthToken(String value)
Sets the value of the MWSAuthToken property.
|
GetReportScheduleListByNextTokenRequest |
withNextToken(String value)
Sets the value of the NextToken property.
|
protected String marketplace
protected String merchant
protected String nextToken
protected String mwsAuthToken
public GetReportScheduleListByNextTokenRequest()
public GetReportScheduleListByNextTokenRequest(String marketplace, String merchant, String nextToken)
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 getNextToken()
Stringpublic void setNextToken(String value)
value - allowed object is
Stringpublic boolean isSetNextToken()
public String getMWSAuthToken()
Stringpublic void setMWSAuthToken(String authTokenValue)
authTokenValue - allowed object is
Stringpublic boolean isSetMWSAuthToken()
public GetReportScheduleListByNextTokenRequest withMarketplace(String value)
setMarketplace(String)value - public GetReportScheduleListByNextTokenRequest withMerchant(String value)
value - public GetReportScheduleListByNextTokenRequest withMWSAuthToken(String value)
value - public GetReportScheduleListByNextTokenRequest withNextToken(String value)
value - protected String toJSONFragment()
Copyright © 2020. All rights reserved.