public class RequestReportResult 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="ReportRequestInfo" type="{http://mws.amazonaws.com/doc/2009-01-01/}ReportRequestInfo"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Generated by AWS Code Generator
Wed Feb 18 13:28:59 PST 2009| Modifier and Type | Field and Description |
|---|---|
protected ReportRequestInfo |
reportRequestInfo |
| Constructor and Description |
|---|
RequestReportResult()
Default constructor
|
RequestReportResult(ReportRequestInfo reportRequestInfo)
Value constructor
|
| Modifier and Type | Method and Description |
|---|---|
ReportRequestInfo |
getReportRequestInfo()
Gets the value of the reportRequestInfo property.
|
boolean |
isSetReportRequestInfo() |
void |
setReportRequestInfo(ReportRequestInfo value)
Sets the value of the reportRequestInfo property.
|
protected String |
toJSONFragment()
JSON fragment representation of this object
|
protected String |
toXMLFragment()
XML fragment representation of this object
|
RequestReportResult |
withReportRequestInfo(ReportRequestInfo value)
Sets the value of the ReportRequestInfo property.
|
protected ReportRequestInfo reportRequestInfo
public RequestReportResult()
public RequestReportResult(ReportRequestInfo reportRequestInfo)
public ReportRequestInfo getReportRequestInfo()
ReportRequestInfopublic void setReportRequestInfo(ReportRequestInfo value)
value - allowed object is
ReportRequestInfopublic boolean isSetReportRequestInfo()
public RequestReportResult withReportRequestInfo(ReportRequestInfo value)
value - protected String toXMLFragment()
protected String toJSONFragment()
Copyright © 2020. All rights reserved.