@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetPreparedStatementRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetPreparedStatementRequest() |
Modifier and Type | Method and Description |
---|---|
GetPreparedStatementRequest |
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 retrieve.
|
String |
getWorkGroup()
The workgroup to which the statement to be retrieved belongs.
|
int |
hashCode() |
void |
setStatementName(String statementName)
The name of the prepared statement to retrieve.
|
void |
setWorkGroup(String workGroup)
The workgroup to which the statement to be retrieved belongs.
|
String |
toString()
Returns a string representation of this object.
|
GetPreparedStatementRequest |
withStatementName(String statementName)
The name of the prepared statement to retrieve.
|
GetPreparedStatementRequest |
withWorkGroup(String workGroup)
The workgroup to which the statement to be retrieved 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, withSdkRequestTimeout
public void setStatementName(String statementName)
The name of the prepared statement to retrieve.
statementName
- The name of the prepared statement to retrieve.public String getStatementName()
The name of the prepared statement to retrieve.
public GetPreparedStatementRequest withStatementName(String statementName)
The name of the prepared statement to retrieve.
statementName
- The name of the prepared statement to retrieve.public void setWorkGroup(String workGroup)
The workgroup to which the statement to be retrieved belongs.
workGroup
- The workgroup to which the statement to be retrieved belongs.public String getWorkGroup()
The workgroup to which the statement to be retrieved belongs.
public GetPreparedStatementRequest withWorkGroup(String workGroup)
The workgroup to which the statement to be retrieved belongs.
workGroup
- The workgroup to which the statement to be retrieved belongs.public String toString()
toString
in class Object
Object.toString()
public GetPreparedStatementRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()