public class SubmitFeedResult 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="FeedSubmissionInfo" type="{http://mws.amazonaws.com/doc/2009-01-01/}FeedSubmissionInfo"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Generated by AWS Code Generator
Tue Feb 03 16:00:09 PST 2009| Modifier and Type | Field and Description |
|---|---|
protected FeedSubmissionInfo |
feedSubmissionInfo |
| Constructor and Description |
|---|
SubmitFeedResult()
Default constructor
|
SubmitFeedResult(FeedSubmissionInfo feedSubmissionInfo)
Value constructor
|
| Modifier and Type | Method and Description |
|---|---|
FeedSubmissionInfo |
getFeedSubmissionInfo()
Gets the value of the feedSubmissionInfo property.
|
boolean |
isSetFeedSubmissionInfo() |
void |
setFeedSubmissionInfo(FeedSubmissionInfo value)
Sets the value of the feedSubmissionInfo property.
|
protected String |
toJSONFragment()
JSON fragment representation of this object
|
protected String |
toXMLFragment()
XML fragment representation of this object
|
SubmitFeedResult |
withFeedSubmissionInfo(FeedSubmissionInfo value)
Sets the value of the FeedSubmissionInfo property.
|
protected FeedSubmissionInfo feedSubmissionInfo
public SubmitFeedResult()
public SubmitFeedResult(FeedSubmissionInfo feedSubmissionInfo)
public FeedSubmissionInfo getFeedSubmissionInfo()
FeedSubmissionInfopublic void setFeedSubmissionInfo(FeedSubmissionInfo value)
value - allowed object is
FeedSubmissionInfopublic boolean isSetFeedSubmissionInfo()
public SubmitFeedResult withFeedSubmissionInfo(FeedSubmissionInfo value)
value - protected String toXMLFragment()
protected String toJSONFragment()
Copyright © 2020. All rights reserved.