@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) |
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 ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.