@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DatasetActionSummary extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
DatasetActionSummary() |
| Modifier and Type | Method and Description |
|---|---|
DatasetActionSummary |
clone() |
boolean |
equals(Object obj) |
String |
getActionName()
The name of the action which automatically creates the data set's contents.
|
String |
getActionType()
The type of action by which the data set's contents are automatically created.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setActionName(String actionName)
The name of the action which automatically creates the data set's contents.
|
void |
setActionType(String actionType)
The type of action by which the data set's contents are automatically created.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DatasetActionSummary |
withActionName(String actionName)
The name of the action which automatically creates the data set's contents.
|
DatasetActionSummary |
withActionType(DatasetActionType actionType)
The type of action by which the data set's contents are automatically created.
|
DatasetActionSummary |
withActionType(String actionType)
The type of action by which the data set's contents are automatically created.
|
public void setActionName(String actionName)
The name of the action which automatically creates the data set's contents.
actionName - The name of the action which automatically creates the data set's contents.public String getActionName()
The name of the action which automatically creates the data set's contents.
public DatasetActionSummary withActionName(String actionName)
The name of the action which automatically creates the data set's contents.
actionName - The name of the action which automatically creates the data set's contents.public void setActionType(String actionType)
The type of action by which the data set's contents are automatically created.
actionType - The type of action by which the data set's contents are automatically created.DatasetActionTypepublic String getActionType()
The type of action by which the data set's contents are automatically created.
DatasetActionTypepublic DatasetActionSummary withActionType(String actionType)
The type of action by which the data set's contents are automatically created.
actionType - The type of action by which the data set's contents are automatically created.DatasetActionTypepublic DatasetActionSummary withActionType(DatasetActionType actionType)
The type of action by which the data set's contents are automatically created.
actionType - The type of action by which the data set's contents are automatically created.DatasetActionTypepublic String toString()
toString in class ObjectObject.toString()public DatasetActionSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.