@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class APISchema extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the API Schema for the Action Group
Constructor and Description |
---|
APISchema() |
Modifier and Type | Method and Description |
---|---|
APISchema |
clone() |
boolean |
equals(Object obj) |
String |
getPayload() |
S3Identifier |
getS3() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setPayload(String payload) |
void |
setS3(S3Identifier s3) |
String |
toString()
Returns a string representation of this object.
|
APISchema |
withPayload(String payload) |
APISchema |
withS3(S3Identifier s3) |
public void setS3(S3Identifier s3)
s3
- public S3Identifier getS3()
public APISchema withS3(S3Identifier s3)
s3
- public void setPayload(String payload)
payload
- public String getPayload()
public APISchema withPayload(String payload)
payload
- public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.