@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchImageSetsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
SearchImageSetsRequest() |
Modifier and Type | Method and Description |
---|---|
SearchImageSetsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDatastoreId()
The identifier of the data store where the image sets reside.
|
Integer |
getMaxResults()
The maximum number of results that can be returned in a search.
|
String |
getNextToken()
The token used for pagination of results returned in the response.
|
SearchCriteria |
getSearchCriteria()
The search criteria that filters by applying a maximum of 1 item to
SearchByAttribute . |
int |
hashCode() |
void |
setDatastoreId(String datastoreId)
The identifier of the data store where the image sets reside.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results that can be returned in a search.
|
void |
setNextToken(String nextToken)
The token used for pagination of results returned in the response.
|
void |
setSearchCriteria(SearchCriteria searchCriteria)
The search criteria that filters by applying a maximum of 1 item to
SearchByAttribute . |
String |
toString()
Returns a string representation of this object.
|
SearchImageSetsRequest |
withDatastoreId(String datastoreId)
The identifier of the data store where the image sets reside.
|
SearchImageSetsRequest |
withMaxResults(Integer maxResults)
The maximum number of results that can be returned in a search.
|
SearchImageSetsRequest |
withNextToken(String nextToken)
The token used for pagination of results returned in the response.
|
SearchImageSetsRequest |
withSearchCriteria(SearchCriteria searchCriteria)
The search criteria that filters by applying a maximum of 1 item to
SearchByAttribute . |
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 setDatastoreId(String datastoreId)
The identifier of the data store where the image sets reside.
datastoreId
- The identifier of the data store where the image sets reside.public String getDatastoreId()
The identifier of the data store where the image sets reside.
public SearchImageSetsRequest withDatastoreId(String datastoreId)
The identifier of the data store where the image sets reside.
datastoreId
- The identifier of the data store where the image sets reside.public void setSearchCriteria(SearchCriteria searchCriteria)
The search criteria that filters by applying a maximum of 1 item to SearchByAttribute
.
searchCriteria
- The search criteria that filters by applying a maximum of 1 item to SearchByAttribute
.public SearchCriteria getSearchCriteria()
The search criteria that filters by applying a maximum of 1 item to SearchByAttribute
.
SearchByAttribute
.public SearchImageSetsRequest withSearchCriteria(SearchCriteria searchCriteria)
The search criteria that filters by applying a maximum of 1 item to SearchByAttribute
.
searchCriteria
- The search criteria that filters by applying a maximum of 1 item to SearchByAttribute
.public void setMaxResults(Integer maxResults)
The maximum number of results that can be returned in a search.
maxResults
- The maximum number of results that can be returned in a search.public Integer getMaxResults()
The maximum number of results that can be returned in a search.
public SearchImageSetsRequest withMaxResults(Integer maxResults)
The maximum number of results that can be returned in a search.
maxResults
- The maximum number of results that can be returned in a search.public void setNextToken(String nextToken)
The token used for pagination of results returned in the response. Use the token returned from the previous request to continue results where the previous request ended.
nextToken
- The token used for pagination of results returned in the response. Use the token returned from the
previous request to continue results where the previous request ended.public String getNextToken()
The token used for pagination of results returned in the response. Use the token returned from the previous request to continue results where the previous request ended.
public SearchImageSetsRequest withNextToken(String nextToken)
The token used for pagination of results returned in the response. Use the token returned from the previous request to continue results where the previous request ended.
nextToken
- The token used for pagination of results returned in the response. Use the token returned from the
previous request to continue results where the previous request ended.public String toString()
toString
in class Object
Object.toString()
public SearchImageSetsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()