@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SqlQueryDatasetAction extends Object implements Serializable, Cloneable, StructuredPojo
The SQL query to modify the message.
| Constructor and Description |
|---|
SqlQueryDatasetAction() |
| Modifier and Type | Method and Description |
|---|---|
SqlQueryDatasetAction |
clone() |
boolean |
equals(Object obj) |
String |
getSqlQuery()
An SQL query string.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setSqlQuery(String sqlQuery)
An SQL query string.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
SqlQueryDatasetAction |
withSqlQuery(String sqlQuery)
An SQL query string.
|
public void setSqlQuery(String sqlQuery)
An SQL query string.
sqlQuery - An SQL query string.public String getSqlQuery()
An SQL query string.
public SqlQueryDatasetAction withSqlQuery(String sqlQuery)
An SQL query string.
sqlQuery - An SQL query string.public String toString()
toString in class ObjectObject.toString()public SqlQueryDatasetAction clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.