public class GetFeedSubmissionResultResult 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>
</sequence>
</restriction>
</complexContent>
</complexType>
Generated by AWS Code Generator
Tue Feb 03 16:00:09 PST 2009| Modifier and Type | Field and Description |
|---|---|
protected String |
MD5Checksum |
| Constructor and Description |
|---|
GetFeedSubmissionResultResult()
Default constructor
|
GetFeedSubmissionResultResult(String MD5Checksum) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMD5Checksum() |
void |
setMD5Checksum(String MD5Checksum) |
protected String |
toJSONFragment()
JSON fragment representation of this object
|
protected String |
toXMLFragment()
XML fragment representation of this object
|
protected String MD5Checksum
public GetFeedSubmissionResultResult()
public GetFeedSubmissionResultResult(String MD5Checksum)
public String getMD5Checksum()
public void setMD5Checksum(String MD5Checksum)
protected String toXMLFragment()
protected String toJSONFragment()
Copyright © 2020. All rights reserved.