@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 by which data set contents are automatically created.
|
ContainerDatasetAction |
getContainerAction()
Information which allows the system to run a containerized application in order to create the data set contents.
|
SqlQueryDatasetAction |
getQueryAction()
An "SqlQueryDatasetAction" object that contains the SQL query to modify the message.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setActionName(String actionName)
The name of the data set action by which data set contents are automatically created.
|
void |
setContainerAction(ContainerDatasetAction containerAction)
Information which allows the system to run a containerized application in order to create the data set contents.
|
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 by which data set contents are automatically created.
|
DatasetAction |
withContainerAction(ContainerDatasetAction containerAction)
Information which allows the system to run a containerized application in order to create the data set contents.
|
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 by which data set contents are automatically created.
actionName - The name of the data set action by which data set contents are automatically created.public String getActionName()
The name of the data set action by which data set contents are automatically created.
public DatasetAction withActionName(String actionName)
The name of the data set action by which data set contents are automatically created.
actionName - The name of the data set action by which data set contents are automatically created.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 void setContainerAction(ContainerDatasetAction containerAction)
Information which allows the system to run a containerized application in order to create the data set contents. The application must be in a Docker container along with any needed support libraries.
containerAction - Information which allows the system to run a containerized application in order to create the data set
contents. The application must be in a Docker container along with any needed support libraries.public ContainerDatasetAction getContainerAction()
Information which allows the system to run a containerized application in order to create the data set contents. The application must be in a Docker container along with any needed support libraries.
public DatasetAction withContainerAction(ContainerDatasetAction containerAction)
Information which allows the system to run a containerized application in order to create the data set contents. The application must be in a Docker container along with any needed support libraries.
containerAction - Information which allows the system to run a containerized application in order to create the data set
contents. The application must be in a Docker container along with any needed support libraries.public String toString()
toString in class ObjectObject.toString()public DatasetAction clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.