@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() |
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, copyBaseTo, 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 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 Object
Object.toString()
public DeletePreparedStatementRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2023. All rights reserved.