@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DatasetActionSummary extends Object implements Serializable, Cloneable, StructuredPojo
Information about the action which automatically creates the data set'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 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)
Marshalls this structured data using the given
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.
|
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.DatasetActionType
public String getActionType()
The type of action by which the data set's contents are automatically created.
DatasetActionType
public 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.DatasetActionType
public 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.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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.