@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartProtectedQueryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StartProtectedQueryRequest() |
Modifier and Type | Method and Description |
---|---|
StartProtectedQueryRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getMembershipIdentifier()
A unique identifier for the membership to run this query against.
|
ProtectedQueryResultConfiguration |
getResultConfiguration()
The details needed to write the query results.
|
ProtectedQuerySQLParameters |
getSqlParameters()
The protected SQL query parameters.
|
String |
getType()
The type of the protected query to be started.
|
int |
hashCode() |
void |
setMembershipIdentifier(String membershipIdentifier)
A unique identifier for the membership to run this query against.
|
void |
setResultConfiguration(ProtectedQueryResultConfiguration resultConfiguration)
The details needed to write the query results.
|
void |
setSqlParameters(ProtectedQuerySQLParameters sqlParameters)
The protected SQL query parameters.
|
void |
setType(String type)
The type of the protected query to be started.
|
String |
toString()
Returns a string representation of this object.
|
StartProtectedQueryRequest |
withMembershipIdentifier(String membershipIdentifier)
A unique identifier for the membership to run this query against.
|
StartProtectedQueryRequest |
withResultConfiguration(ProtectedQueryResultConfiguration resultConfiguration)
The details needed to write the query results.
|
StartProtectedQueryRequest |
withSqlParameters(ProtectedQuerySQLParameters sqlParameters)
The protected SQL query parameters.
|
StartProtectedQueryRequest |
withType(ProtectedQueryType type)
The type of the protected query to be started.
|
StartProtectedQueryRequest |
withType(String type)
The type of the protected query to be started.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setType(String type)
The type of the protected query to be started.
type
- The type of the protected query to be started.ProtectedQueryType
public String getType()
The type of the protected query to be started.
ProtectedQueryType
public StartProtectedQueryRequest withType(String type)
The type of the protected query to be started.
type
- The type of the protected query to be started.ProtectedQueryType
public StartProtectedQueryRequest withType(ProtectedQueryType type)
The type of the protected query to be started.
type
- The type of the protected query to be started.ProtectedQueryType
public void setMembershipIdentifier(String membershipIdentifier)
A unique identifier for the membership to run this query against. Currently accepts a membership ID.
membershipIdentifier
- A unique identifier for the membership to run this query against. Currently accepts a membership ID.public String getMembershipIdentifier()
A unique identifier for the membership to run this query against. Currently accepts a membership ID.
public StartProtectedQueryRequest withMembershipIdentifier(String membershipIdentifier)
A unique identifier for the membership to run this query against. Currently accepts a membership ID.
membershipIdentifier
- A unique identifier for the membership to run this query against. Currently accepts a membership ID.public void setSqlParameters(ProtectedQuerySQLParameters sqlParameters)
The protected SQL query parameters.
sqlParameters
- The protected SQL query parameters.public ProtectedQuerySQLParameters getSqlParameters()
The protected SQL query parameters.
public StartProtectedQueryRequest withSqlParameters(ProtectedQuerySQLParameters sqlParameters)
The protected SQL query parameters.
sqlParameters
- The protected SQL query parameters.public void setResultConfiguration(ProtectedQueryResultConfiguration resultConfiguration)
The details needed to write the query results.
resultConfiguration
- The details needed to write the query results.public ProtectedQueryResultConfiguration getResultConfiguration()
The details needed to write the query results.
public StartProtectedQueryRequest withResultConfiguration(ProtectedQueryResultConfiguration resultConfiguration)
The details needed to write the query results.
resultConfiguration
- The details needed to write the query results.public String toString()
toString
in class Object
Object.toString()
public StartProtectedQueryRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()