@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Action extends Object implements Serializable, Cloneable, StructuredPojo
What occurs after a certain event.
| Constructor and Description |
|---|
Action() |
| Modifier and Type | Method and Description |
|---|---|
Action |
clone() |
boolean |
equals(Object obj) |
AutoExportRevisionToS3RequestDetails |
getExportRevisionToS3()
Details for the export revision to Amazon S3 action.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setExportRevisionToS3(AutoExportRevisionToS3RequestDetails exportRevisionToS3)
Details for the export revision to Amazon S3 action.
|
String |
toString()
Returns a string representation of this object.
|
Action |
withExportRevisionToS3(AutoExportRevisionToS3RequestDetails exportRevisionToS3)
Details for the export revision to Amazon S3 action.
|
public void setExportRevisionToS3(AutoExportRevisionToS3RequestDetails exportRevisionToS3)
Details for the export revision to Amazon S3 action.
exportRevisionToS3 - Details for the export revision to Amazon S3 action.public AutoExportRevisionToS3RequestDetails getExportRevisionToS3()
Details for the export revision to Amazon S3 action.
public Action withExportRevisionToS3(AutoExportRevisionToS3RequestDetails exportRevisionToS3)
Details for the export revision to Amazon S3 action.
exportRevisionToS3 - Details for the export revision to Amazon S3 action.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.