@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateNamedQueryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateNamedQueryRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateNamedQueryRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDescription()
The query description.
|
String |
getName()
The name of the query.
|
String |
getNamedQueryId()
The unique identifier (UUID) of the query.
|
String |
getQueryString()
The contents of the query with all query statements.
|
int |
hashCode() |
void |
setDescription(String description)
The query description.
|
void |
setName(String name)
The name of the query.
|
void |
setNamedQueryId(String namedQueryId)
The unique identifier (UUID) of the query.
|
void |
setQueryString(String queryString)
The contents of the query with all query statements.
|
String |
toString()
Returns a string representation of this object.
|
UpdateNamedQueryRequest |
withDescription(String description)
The query description.
|
UpdateNamedQueryRequest |
withName(String name)
The name of the query.
|
UpdateNamedQueryRequest |
withNamedQueryId(String namedQueryId)
The unique identifier (UUID) of the query.
|
UpdateNamedQueryRequest |
withQueryString(String queryString)
The contents of the query with all query statements.
|
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 setNamedQueryId(String namedQueryId)
The unique identifier (UUID) of the query.
namedQueryId
- The unique identifier (UUID) of the query.public String getNamedQueryId()
The unique identifier (UUID) of the query.
public UpdateNamedQueryRequest withNamedQueryId(String namedQueryId)
The unique identifier (UUID) of the query.
namedQueryId
- The unique identifier (UUID) of the query.public void setName(String name)
The name of the query.
name
- The name of the query.public String getName()
The name of the query.
public UpdateNamedQueryRequest withName(String name)
The name of the query.
name
- The name of the query.public void setDescription(String description)
The query description.
description
- The query description.public String getDescription()
The query description.
public UpdateNamedQueryRequest withDescription(String description)
The query description.
description
- The query description.public void setQueryString(String queryString)
The contents of the query with all query statements.
queryString
- The contents of the query with all query statements.public String getQueryString()
The contents of the query with all query statements.
public UpdateNamedQueryRequest withQueryString(String queryString)
The contents of the query with all query statements.
queryString
- The contents of the query with all query statements.public String toString()
toString
in class Object
Object.toString()
public UpdateNamedQueryRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()