@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ManifestPayload extends Object implements Serializable, Cloneable, StructuredPojo
A application verion's manifest file. This is a JSON document that has a single key (PayloadData
) where
the value is an escaped string representation of the application manifest (graph.json
). This file is
located in the graphs
folder in your application source.
Constructor and Description |
---|
ManifestPayload() |
Modifier and Type | Method and Description |
---|---|
ManifestPayload |
clone() |
boolean |
equals(Object obj) |
String |
getPayloadData()
The application manifest.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setPayloadData(String payloadData)
The application manifest.
|
String |
toString()
Returns a string representation of this object.
|
ManifestPayload |
withPayloadData(String payloadData)
The application manifest.
|
public void setPayloadData(String payloadData)
The application manifest.
payloadData
- The application manifest.public String getPayloadData()
The application manifest.
public ManifestPayload withPayloadData(String payloadData)
The application manifest.
payloadData
- The application manifest.public String toString()
toString
in class Object
Object.toString()
public ManifestPayload clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.