public class GetReportResponse 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 ref="{http://mws.amazonaws.com/doc/2009-01-01/}GetReportResult"/>
<element ref="{http://mws.amazonaws.com/doc/2009-01-01/}ResponseMetadata"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Generated by AWS Code Generator
Tue Feb 03 16:00:09 PST 2009| Modifier and Type | Field and Description |
|---|---|
protected GetReportResult |
getReportResult |
protected ResponseMetadata |
responseMetadata |
| Constructor and Description |
|---|
GetReportResponse()
Default constructor
|
GetReportResponse(GetReportResult getReportResult,
ResponseMetadata responseMetadata)
Value constructor
|
| Modifier and Type | Method and Description |
|---|---|
GetReportResult |
getGetReportResult()
Gets the value of the getReportResult property.
|
ResponseHeaderMetadata |
getResponseHeaderMetadata() |
ResponseMetadata |
getResponseMetadata()
Gets the value of the responseMetadata property.
|
boolean |
isSetGetReportResult() |
boolean |
isSetResponseHeaderMetadata() |
boolean |
isSetResponseMetadata() |
void |
setGetReportResult(GetReportResult value)
Sets the value of the getReportResult property.
|
void |
setResponseHeaderMetadata(ResponseHeaderMetadata responseHeaderMetadata) |
void |
setResponseMetadata(ResponseMetadata value)
Sets the value of the responseMetadata property.
|
String |
toJSON()
JSON string representation of this object
|
String |
toXML()
XML string representation of this object
|
GetReportResponse |
withGetReportResult(GetReportResult value)
Sets the value of the GetReportResult property.
|
GetReportResponse |
withResponseMetadata(ResponseMetadata value)
Sets the value of the ResponseMetadata property.
|
protected GetReportResult getReportResult
protected ResponseMetadata responseMetadata
public GetReportResponse()
public GetReportResponse(GetReportResult getReportResult, ResponseMetadata responseMetadata)
public GetReportResult getGetReportResult()
GetReportResultpublic void setGetReportResult(GetReportResult value)
value - allowed object is
GetReportResultpublic boolean isSetGetReportResult()
public ResponseMetadata getResponseMetadata()
ResponseMetadatapublic void setResponseMetadata(ResponseMetadata value)
value - allowed object is
ResponseMetadatapublic boolean isSetResponseMetadata()
public GetReportResponse withGetReportResult(GetReportResult value)
value - public GetReportResponse withResponseMetadata(ResponseMetadata value)
value - public boolean isSetResponseHeaderMetadata()
public void setResponseHeaderMetadata(ResponseHeaderMetadata responseHeaderMetadata)
public ResponseHeaderMetadata getResponseHeaderMetadata()
public String toXML()
public String toJSON()
Copyright © 2020. All rights reserved.