@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DatasetAction extends Object implements Serializable, Cloneable, StructuredPojo
A "DatasetAction" object specifying the query that creates the data set content.
Constructor and Description |
---|
DatasetAction() |
Modifier and Type | Method and Description |
---|---|
DatasetAction |
clone() |
boolean |
equals(Object obj) |
String |
getActionName()
The name of the data set action.
|
SqlQueryDatasetAction |
getQueryAction()
An "SqlQueryDatasetAction" object that contains the SQL query to modify the message.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setActionName(String actionName)
The name of the data set action.
|
void |
setQueryAction(SqlQueryDatasetAction queryAction)
An "SqlQueryDatasetAction" object that contains the SQL query to modify the message.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DatasetAction |
withActionName(String actionName)
The name of the data set action.
|
DatasetAction |
withQueryAction(SqlQueryDatasetAction queryAction)
An "SqlQueryDatasetAction" object that contains the SQL query to modify the message.
|
public void setActionName(String actionName)
The name of the data set action.
actionName
- The name of the data set action.public String getActionName()
The name of the data set action.
public DatasetAction withActionName(String actionName)
The name of the data set action.
actionName
- The name of the data set action.public void setQueryAction(SqlQueryDatasetAction queryAction)
An "SqlQueryDatasetAction" object that contains the SQL query to modify the message.
queryAction
- An "SqlQueryDatasetAction" object that contains the SQL query to modify the message.public SqlQueryDatasetAction getQueryAction()
An "SqlQueryDatasetAction" object that contains the SQL query to modify the message.
public DatasetAction withQueryAction(SqlQueryDatasetAction queryAction)
An "SqlQueryDatasetAction" object that contains the SQL query to modify the message.
queryAction
- An "SqlQueryDatasetAction" object that contains the SQL query to modify the message.public String toString()
toString
in class Object
Object.toString()
public DatasetAction 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.