public class GetServiceStatusResponse extends AbstractMwsObject implements MWSResponse
<complexType name="GetServiceStatusResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="GetServiceStatusResult" type="{https://mws.amazonservices.com/Orders/2013-09-01}GetServiceStatusResult" minOccurs="0"/>
<element name="ResponseMetadata" type="{https://mws.amazonservices.com/Orders/2013-09-01}ResponseMetadata" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
GetServiceStatusResponse()
Default constructor.
|
GetServiceStatusResponse(GetServiceStatusResult getServiceStatusResult,
ResponseMetadata responseMetadata)
Value constructor.
|
| Modifier and Type | Method and Description |
|---|---|
GetServiceStatusResult |
getGetServiceStatusResult()
Get the value of GetServiceStatusResult.
|
ResponseHeaderMetadata |
getResponseHeaderMetadata()
Get the value of ResponseHeaderMetadata.
|
ResponseMetadata |
getResponseMetadata()
Get the value of ResponseMetadata.
|
boolean |
isSetGetServiceStatusResult()
Check to see if GetServiceStatusResult is set.
|
boolean |
isSetResponseHeaderMetadata()
Check to see if ResponseHeaderMetadata is set.
|
boolean |
isSetResponseMetadata()
Check to see if ResponseMetadata is set.
|
void |
readFragmentFrom(MwsReader r)
Read members from a MwsReader.
|
void |
setGetServiceStatusResult(GetServiceStatusResult getServiceStatusResult)
Set the value of GetServiceStatusResult.
|
void |
setResponseHeaderMetadata(ResponseHeaderMetadata responseHeaderMetadata)
Set the value of ResponseHeaderMetadata.
|
void |
setResponseMetadata(ResponseMetadata responseMetadata)
Set the value of ResponseMetadata.
|
GetServiceStatusResponse |
withGetServiceStatusResult(GetServiceStatusResult getServiceStatusResult)
Set the value of GetServiceStatusResult, return this.
|
GetServiceStatusResponse |
withResponseHeaderMetadata(ResponseHeaderMetadata responseHeaderMetadata)
Set the value of ResponseHeaderMetadata, return this.
|
GetServiceStatusResponse |
withResponseMetadata(ResponseMetadata responseMetadata)
Set the value of ResponseMetadata, return this.
|
void |
writeFragmentTo(MwsWriter w)
Write members to a MwsWriter.
|
void |
writeTo(MwsWriter w)
Write tag, xmlns and members to a MwsWriter.
|
toJSON, toJSONFragment, toXML, toXMLFragmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoJSON, toJSONFragment, toXML, toXMLFragmentpublic GetServiceStatusResponse(GetServiceStatusResult getServiceStatusResult, ResponseMetadata responseMetadata)
public GetServiceStatusResponse()
public GetServiceStatusResult getGetServiceStatusResult()
public void setGetServiceStatusResult(GetServiceStatusResult getServiceStatusResult)
getServiceStatusResult - The new value to set.public boolean isSetGetServiceStatusResult()
public GetServiceStatusResponse withGetServiceStatusResult(GetServiceStatusResult getServiceStatusResult)
getServiceStatusResult - The new value to set.public ResponseMetadata getResponseMetadata()
public void setResponseMetadata(ResponseMetadata responseMetadata)
responseMetadata - The new value to set.public boolean isSetResponseMetadata()
public GetServiceStatusResponse withResponseMetadata(ResponseMetadata responseMetadata)
responseMetadata - The new value to set.public ResponseHeaderMetadata getResponseHeaderMetadata()
getResponseHeaderMetadata in interface MWSResponsepublic void setResponseHeaderMetadata(ResponseHeaderMetadata responseHeaderMetadata)
setResponseHeaderMetadata in interface MWSResponseresponseHeaderMetadata - The new value to set.public boolean isSetResponseHeaderMetadata()
public GetServiceStatusResponse withResponseHeaderMetadata(ResponseHeaderMetadata responseHeaderMetadata)
responseHeaderMetadata - The new value to set.public void readFragmentFrom(MwsReader r)
readFragmentFrom in interface MwsObjectr - The reader to read from.public void writeFragmentTo(MwsWriter w)
writeFragmentTo in interface MwsObjectw - The writer to write to.Copyright © 2014. All Rights Reserved.