public class UpdateReportAcknowledgementsRequest 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="ReportIdList" type="{http://mws.amazonaws.com/doc/2009-01-01/}IdList"/>
<element name="Acknowledged" type="{http://www.w3.org/2001/XMLSchema}boolean" 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 Boolean |
acknowledged |
protected String |
marketplace |
protected String |
merchant |
protected String |
mwsAuthToken |
protected IdList |
reportIdList |
| Constructor and Description |
|---|
UpdateReportAcknowledgementsRequest()
Default constructor
|
UpdateReportAcknowledgementsRequest(String marketplace,
String merchant,
IdList reportIdList,
Boolean acknowledged)
Value constructor
|
UpdateReportAcknowledgementsRequest(String marketplace,
String merchant,
IdList reportIdList,
Boolean acknowledged,
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.
|
IdList |
getReportIdList()
Gets the value of the reportIdList property.
|
Boolean |
isAcknowledged()
Gets the value of the acknowledged property.
|
boolean |
isSetAcknowledged() |
boolean |
isSetMarketplace()
Deprecated.
|
boolean |
isSetMerchant() |
boolean |
isSetMWSAuthToken() |
boolean |
isSetReportIdList() |
void |
setAcknowledged(Boolean value)
Sets the value of the acknowledged property.
|
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 |
setReportIdList(IdList value)
Sets the value of the reportIdList property.
|
protected String |
toJSONFragment()
JSON fragment representation of this object
|
UpdateReportAcknowledgementsRequest |
withAcknowledged(Boolean value)
Sets the value of the Acknowledged property.
|
UpdateReportAcknowledgementsRequest |
withMarketplace(String value)
Deprecated.
|
UpdateReportAcknowledgementsRequest |
withMerchant(String value)
Sets the value of the Merchant property.
|
UpdateReportAcknowledgementsRequest |
withMWSAuthToken(String value)
Sets the value of the MWSAuthToken property.
|
UpdateReportAcknowledgementsRequest |
withReportIdList(IdList value)
Sets the value of the ReportIdList property.
|
protected String marketplace
protected String merchant
protected IdList reportIdList
protected Boolean acknowledged
protected String mwsAuthToken
public UpdateReportAcknowledgementsRequest()
public UpdateReportAcknowledgementsRequest(String marketplace, String merchant, IdList reportIdList, Boolean acknowledged)
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 IdList getReportIdList()
IdListpublic void setReportIdList(IdList value)
value - allowed object is
IdListpublic boolean isSetReportIdList()
public Boolean isAcknowledged()
Booleanpublic void setAcknowledged(Boolean value)
value - allowed object is
Booleanpublic boolean isSetAcknowledged()
public String getMWSAuthToken()
Stringpublic void setMWSAuthToken(String authTokenValue)
authTokenValue - allowed object is
Stringpublic boolean isSetMWSAuthToken()
public UpdateReportAcknowledgementsRequest withMarketplace(String value)
setMarketplace(String)value - public UpdateReportAcknowledgementsRequest withMerchant(String value)
value - public UpdateReportAcknowledgementsRequest withMWSAuthToken(String value)
value - public UpdateReportAcknowledgementsRequest withReportIdList(IdList value)
value - public UpdateReportAcknowledgementsRequest withAcknowledged(Boolean value)
value - protected String toJSONFragment()
Copyright © 2020. All rights reserved.