@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeletePreparedStatementRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeletePreparedStatementRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeletePreparedStatementRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getStatementName()
The name of the prepared statement to delete.
|
String |
getWorkGroup()
The workgroup to which the statement to be deleted belongs.
|
int |
hashCode() |
void |
setStatementName(String statementName)
The name of the prepared statement to delete.
|
void |
setWorkGroup(String workGroup)
The workgroup to which the statement to be deleted belongs.
|
String |
toString()
Returns a string representation of this object.
|
DeletePreparedStatementRequest |
withStatementName(String statementName)
The name of the prepared statement to delete.
|
DeletePreparedStatementRequest |
withWorkGroup(String workGroup)
The workgroup to which the statement to be deleted belongs.
|
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, withSdkRequestTimeoutpublic void setStatementName(String statementName)
The name of the prepared statement to delete.
statementName - The name of the prepared statement to delete.public String getStatementName()
The name of the prepared statement to delete.
public DeletePreparedStatementRequest withStatementName(String statementName)
The name of the prepared statement to delete.
statementName - The name of the prepared statement to delete.public void setWorkGroup(String workGroup)
The workgroup to which the statement to be deleted belongs.
workGroup - The workgroup to which the statement to be deleted belongs.public String getWorkGroup()
The workgroup to which the statement to be deleted belongs.
public DeletePreparedStatementRequest withWorkGroup(String workGroup)
The workgroup to which the statement to be deleted belongs.
workGroup - The workgroup to which the statement to be deleted belongs.public String toString()
toString in class ObjectObject.toString()public DeletePreparedStatementRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()