public class GetReportScheduleListRequest 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="ReportTypeList" type="{http://mws.amazonaws.com/doc/2009-01-01/}TypeList" minOccurs="0"/>
<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 TypeList |
reportTypeList |
| Constructor and Description |
|---|
GetReportScheduleListRequest()
Default constructor
|
GetReportScheduleListRequest(String marketplace,
String merchant,
TypeList reportTypeList)
Value constructor
|
GetReportScheduleListRequest(String marketplace,
String merchant,
TypeList reportTypeList,
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.
|
TypeList |
getReportTypeList()
Gets the value of the reportTypeList property.
|
boolean |
isSetMarketplace()
Deprecated.
|
boolean |
isSetMerchant() |
boolean |
isSetMWSAuthToken() |
boolean |
isSetReportTypeList() |
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 |
setReportTypeList(TypeList value)
Sets the value of the reportTypeList property.
|
protected String |
toJSONFragment()
JSON fragment representation of this object
|
GetReportScheduleListRequest |
withMarketplace(String value)
Deprecated.
|
GetReportScheduleListRequest |
withMerchant(String value)
Sets the value of the Merchant property.
|
GetReportScheduleListRequest |
withMWSAuthToken(String value)
Sets the value of the MWSAuthToken property.
|
GetReportScheduleListRequest |
withReportTypeList(TypeList value)
Sets the value of the ReportTypeList property.
|
protected String marketplace
protected String merchant
protected TypeList reportTypeList
protected String mwsAuthToken
public GetReportScheduleListRequest()
public GetReportScheduleListRequest(String marketplace, String merchant, TypeList reportTypeList)
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 getMWSAuthToken()
Stringpublic void setMWSAuthToken(String authTokenValue)
authTokenValue - allowed object is
Stringpublic boolean isSetMWSAuthToken()
public TypeList getReportTypeList()
TypeListpublic void setReportTypeList(TypeList value)
value - allowed object is
TypeListpublic boolean isSetReportTypeList()
public GetReportScheduleListRequest withMarketplace(String value)
setMarketplace(String)value - public GetReportScheduleListRequest withMerchant(String value)
value - public GetReportScheduleListRequest withMWSAuthToken(String value)
value - public GetReportScheduleListRequest withReportTypeList(TypeList value)
value - protected String toJSONFragment()
Copyright © 2020. All rights reserved.