@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public ProtectedQuerySQLParameters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.