public class GetFeedSubmissionListResponse 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/}GetFeedSubmissionListResult"/>
<element ref="{http://mws.amazonaws.com/doc/2009-01-01/}ResponseMetadata"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Generated by AWS Code Generator
Wed Feb 18 13:28:59 PST 2009| Modifier and Type | Field and Description |
|---|---|
protected GetFeedSubmissionListResult |
getFeedSubmissionListResult |
protected ResponseMetadata |
responseMetadata |
| Constructor and Description |
|---|
GetFeedSubmissionListResponse()
Default constructor
|
GetFeedSubmissionListResponse(GetFeedSubmissionListResult getFeedSubmissionListResult,
ResponseMetadata responseMetadata)
Value constructor
|
| Modifier and Type | Method and Description |
|---|---|
GetFeedSubmissionListResult |
getGetFeedSubmissionListResult()
Gets the value of the getFeedSubmissionListResult property.
|
ResponseHeaderMetadata |
getResponseHeaderMetadata() |
ResponseMetadata |
getResponseMetadata()
Gets the value of the responseMetadata property.
|
boolean |
isSetGetFeedSubmissionListResult() |
boolean |
isSetResponseHeaderMetadata() |
boolean |
isSetResponseMetadata() |
void |
setGetFeedSubmissionListResult(GetFeedSubmissionListResult value)
Sets the value of the getFeedSubmissionListResult 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
|
GetFeedSubmissionListResponse |
withGetFeedSubmissionListResult(GetFeedSubmissionListResult value)
Sets the value of the GetFeedSubmissionListResult property.
|
GetFeedSubmissionListResponse |
withResponseMetadata(ResponseMetadata value)
Sets the value of the ResponseMetadata property.
|
protected GetFeedSubmissionListResult getFeedSubmissionListResult
protected ResponseMetadata responseMetadata
public GetFeedSubmissionListResponse()
public GetFeedSubmissionListResponse(GetFeedSubmissionListResult getFeedSubmissionListResult, ResponseMetadata responseMetadata)
public GetFeedSubmissionListResult getGetFeedSubmissionListResult()
GetFeedSubmissionListResultpublic void setGetFeedSubmissionListResult(GetFeedSubmissionListResult value)
value - allowed object is
GetFeedSubmissionListResultpublic boolean isSetGetFeedSubmissionListResult()
public ResponseMetadata getResponseMetadata()
ResponseMetadatapublic void setResponseMetadata(ResponseMetadata value)
value - allowed object is
ResponseMetadatapublic boolean isSetResponseMetadata()
public GetFeedSubmissionListResponse withGetFeedSubmissionListResult(GetFeedSubmissionListResult value)
value - public GetFeedSubmissionListResponse 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.