@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProtectedQuerySQLParameters extends Object implements Serializable, Cloneable, StructuredPojo
The parameters for the SQL type Protected Query.
| Constructor and Description |
|---|
ProtectedQuerySQLParameters() |
| Modifier and Type | Method and Description |
|---|---|
ProtectedQuerySQLParameters |
clone() |
boolean |
equals(Object obj) |
String |
getQueryString()
The query string to be submitted.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setQueryString(String queryString)
The query string to be submitted.
|
String |
toString()
Returns a string representation of this object.
|
ProtectedQuerySQLParameters |
withQueryString(String queryString)
The query string to be submitted.
|
public void setQueryString(String queryString)
The query string to be submitted.
queryString - The query string to be submitted.public String getQueryString()
The query string to be submitted.
public ProtectedQuerySQLParameters withQueryString(String queryString)
The query string to be submitted.
queryString - The query string to be submitted.public String toString()
toString in class ObjectObject.toString()public ProtectedQuerySQLParameters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.