@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeQueryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeQueryRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeQueryRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getEventDataStore()
The ARN (or the ID suffix of the ARN) of an event data store on which the specified query was run.
|
String |
getQueryId()
The query ID.
|
int |
hashCode() |
void |
setEventDataStore(String eventDataStore)
The ARN (or the ID suffix of the ARN) of an event data store on which the specified query was run.
|
void |
setQueryId(String queryId)
The query ID.
|
String |
toString()
Returns a string representation of this object.
|
DescribeQueryRequest |
withEventDataStore(String eventDataStore)
The ARN (or the ID suffix of the ARN) of an event data store on which the specified query was run.
|
DescribeQueryRequest |
withQueryId(String queryId)
The query ID.
|
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 setEventDataStore(String eventDataStore)
The ARN (or the ID suffix of the ARN) of an event data store on which the specified query was run.
eventDataStore
- The ARN (or the ID suffix of the ARN) of an event data store on which the specified query was run.public String getEventDataStore()
The ARN (or the ID suffix of the ARN) of an event data store on which the specified query was run.
public DescribeQueryRequest withEventDataStore(String eventDataStore)
The ARN (or the ID suffix of the ARN) of an event data store on which the specified query was run.
eventDataStore
- The ARN (or the ID suffix of the ARN) of an event data store on which the specified query was run.public void setQueryId(String queryId)
The query ID.
queryId
- The query ID.public String getQueryId()
The query ID.
public DescribeQueryRequest withQueryId(String queryId)
The query ID.
queryId
- The query ID.public String toString()
toString
in class Object
Object.toString()
public DescribeQueryRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()