@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DatasetActionSummary extends Object implements Serializable, Cloneable, StructuredPojo
Information about the action that automatically creates the dataset's contents.
Constructor and Description |
---|
DatasetActionSummary() |
Modifier and Type | Method and Description |
---|---|
DatasetActionSummary |
clone() |
boolean |
equals(Object obj) |
String |
getActionName()
The name of the action that automatically creates the dataset's contents.
|
String |
getActionType()
The type of action by which the dataset's contents are automatically created.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setActionName(String actionName)
The name of the action that automatically creates the dataset's contents.
|
void |
setActionType(String actionType)
The type of action by which the dataset's contents are automatically created.
|
String |
toString()
Returns a string representation of this object.
|
DatasetActionSummary |
withActionName(String actionName)
The name of the action that automatically creates the dataset's contents.
|
DatasetActionSummary |
withActionType(DatasetActionType actionType)
The type of action by which the dataset's contents are automatically created.
|
DatasetActionSummary |
withActionType(String actionType)
The type of action by which the dataset's contents are automatically created.
|
public void setActionName(String actionName)
The name of the action that automatically creates the dataset's contents.
actionName
- The name of the action that automatically creates the dataset's contents.public String getActionName()
The name of the action that automatically creates the dataset's contents.
public DatasetActionSummary withActionName(String actionName)
The name of the action that automatically creates the dataset's contents.
actionName
- The name of the action that automatically creates the dataset's contents.public void setActionType(String actionType)
The type of action by which the dataset's contents are automatically created.
actionType
- The type of action by which the dataset's contents are automatically created.DatasetActionType
public String getActionType()
The type of action by which the dataset's contents are automatically created.
DatasetActionType
public DatasetActionSummary withActionType(String actionType)
The type of action by which the dataset's contents are automatically created.
actionType
- The type of action by which the dataset's contents are automatically created.DatasetActionType
public DatasetActionSummary withActionType(DatasetActionType actionType)
The type of action by which the dataset's contents are automatically created.
actionType
- The type of action by which the dataset's contents are automatically created.DatasetActionType
public String toString()
toString
in class Object
Object.toString()
public DatasetActionSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.