public class GetFeedSubmissionResultResponse 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/}GetFeedSubmissionResultResult"/>
<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 GetFeedSubmissionResultResult |
getFeedSubmissionResultResult |
protected ResponseMetadata |
responseMetadata |
| Constructor and Description |
|---|
GetFeedSubmissionResultResponse()
Default constructor
|
GetFeedSubmissionResultResponse(GetFeedSubmissionResultResult getFeedSubmissionResultResult,
ResponseMetadata responseMetadata)
Value constructor
|
| Modifier and Type | Method and Description |
|---|---|
GetFeedSubmissionResultResult |
getGetFeedSubmissionResultResult()
Gets the value of the getFeedSubmissionResultResult property.
|
ResponseHeaderMetadata |
getResponseHeaderMetadata() |
ResponseMetadata |
getResponseMetadata()
Gets the value of the responseMetadata property.
|
boolean |
isSetGetFeedSubmissionResultResult() |
boolean |
isSetResponseHeaderMetadata() |
boolean |
isSetResponseMetadata() |
void |
setGetFeedSubmissionResultResult(GetFeedSubmissionResultResult value)
Sets the value of the getFeedSubmissionResultResult 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
|
GetFeedSubmissionResultResponse |
withGetFeedSubmissionResultResult(GetFeedSubmissionResultResult value)
Sets the value of the GetFeedSubmissionResultResult property.
|
GetFeedSubmissionResultResponse |
withResponseMetadata(ResponseMetadata value)
Sets the value of the ResponseMetadata property.
|
protected GetFeedSubmissionResultResult getFeedSubmissionResultResult
protected ResponseMetadata responseMetadata
public GetFeedSubmissionResultResponse()
public GetFeedSubmissionResultResponse(GetFeedSubmissionResultResult getFeedSubmissionResultResult, ResponseMetadata responseMetadata)
public GetFeedSubmissionResultResult getGetFeedSubmissionResultResult()
GetFeedSubmissionResultResultpublic void setGetFeedSubmissionResultResult(GetFeedSubmissionResultResult value)
value - allowed object is
GetFeedSubmissionResultResultpublic boolean isSetGetFeedSubmissionResultResult()
public ResponseMetadata getResponseMetadata()
ResponseMetadatapublic void setResponseMetadata(ResponseMetadata value)
value - allowed object is
ResponseMetadatapublic boolean isSetResponseMetadata()
public GetFeedSubmissionResultResponse withGetFeedSubmissionResultResult(GetFeedSubmissionResultResult value)
value - public GetFeedSubmissionResultResponse 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.