@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchProvisionedProductsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
SearchProvisionedProductsRequest() |
Modifier and Type | Method and Description |
---|---|
SearchProvisionedProductsRequest |
addFiltersEntry(String key,
List<String> value)
Add a single Filters entry
|
SearchProvisionedProductsRequest |
clearFiltersEntries()
Removes all the entries added into Filters.
|
SearchProvisionedProductsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAcceptLanguage()
The language code.
|
AccessLevelFilter |
getAccessLevelFilter()
The access level to use to obtain results.
|
Map<String,List<String>> |
getFilters()
The search filters.
|
Integer |
getPageSize()
The maximum number of items to return with this call.
|
String |
getPageToken()
The page token for the next set of results.
|
String |
getSortBy()
The sort field.
|
String |
getSortOrder()
The sort order.
|
int |
hashCode() |
void |
setAcceptLanguage(String acceptLanguage)
The language code.
|
void |
setAccessLevelFilter(AccessLevelFilter accessLevelFilter)
The access level to use to obtain results.
|
void |
setFilters(Map<String,List<String>> filters)
The search filters.
|
void |
setPageSize(Integer pageSize)
The maximum number of items to return with this call.
|
void |
setPageToken(String pageToken)
The page token for the next set of results.
|
void |
setSortBy(String sortBy)
The sort field.
|
void |
setSortOrder(String sortOrder)
The sort order.
|
String |
toString()
Returns a string representation of this object.
|
SearchProvisionedProductsRequest |
withAcceptLanguage(String acceptLanguage)
The language code.
|
SearchProvisionedProductsRequest |
withAccessLevelFilter(AccessLevelFilter accessLevelFilter)
The access level to use to obtain results.
|
SearchProvisionedProductsRequest |
withFilters(Map<String,List<String>> filters)
The search filters.
|
SearchProvisionedProductsRequest |
withPageSize(Integer pageSize)
The maximum number of items to return with this call.
|
SearchProvisionedProductsRequest |
withPageToken(String pageToken)
The page token for the next set of results.
|
SearchProvisionedProductsRequest |
withSortBy(String sortBy)
The sort field.
|
SearchProvisionedProductsRequest |
withSortOrder(SortOrder sortOrder)
The sort order.
|
SearchProvisionedProductsRequest |
withSortOrder(String sortOrder)
The sort order.
|
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 setAcceptLanguage(String acceptLanguage)
The language code.
jp
- Japanese
zh
- Chinese
acceptLanguage
- The language code.
jp
- Japanese
zh
- Chinese
public String getAcceptLanguage()
The language code.
jp
- Japanese
zh
- Chinese
jp
- Japanese
zh
- Chinese
public SearchProvisionedProductsRequest withAcceptLanguage(String acceptLanguage)
The language code.
jp
- Japanese
zh
- Chinese
acceptLanguage
- The language code.
jp
- Japanese
zh
- Chinese
public void setAccessLevelFilter(AccessLevelFilter accessLevelFilter)
The access level to use to obtain results. The default is User
.
accessLevelFilter
- The access level to use to obtain results. The default is User
.public AccessLevelFilter getAccessLevelFilter()
The access level to use to obtain results. The default is User
.
User
.public SearchProvisionedProductsRequest withAccessLevelFilter(AccessLevelFilter accessLevelFilter)
The access level to use to obtain results. The default is User
.
accessLevelFilter
- The access level to use to obtain results. The default is User
.public Map<String,List<String>> getFilters()
The search filters.
When the key is SearchQuery
, the searchable fields are arn
, createdTime
,
id
, lastRecordId
, idempotencyToken
, name
,
physicalId
, productId
, provisioningArtifactId
, type
,
status
, tags
, userArn
, userArnSession
,
lastProvisioningRecordId
, lastSuccessfulProvisioningRecordId
, productName
,
and provisioningArtifactName
.
Example: "SearchQuery":["status:AVAILABLE"]
When the key is SearchQuery
, the searchable fields are arn
,
createdTime
, id
, lastRecordId
, idempotencyToken
,
name
, physicalId
, productId
, provisioningArtifactId
,
type
, status
, tags
, userArn
,
userArnSession
, lastProvisioningRecordId
,
lastSuccessfulProvisioningRecordId
, productName
, and
provisioningArtifactName
.
Example: "SearchQuery":["status:AVAILABLE"]
public void setFilters(Map<String,List<String>> filters)
The search filters.
When the key is SearchQuery
, the searchable fields are arn
, createdTime
,
id
, lastRecordId
, idempotencyToken
, name
,
physicalId
, productId
, provisioningArtifactId
, type
,
status
, tags
, userArn
, userArnSession
,
lastProvisioningRecordId
, lastSuccessfulProvisioningRecordId
, productName
,
and provisioningArtifactName
.
Example: "SearchQuery":["status:AVAILABLE"]
filters
- The search filters.
When the key is SearchQuery
, the searchable fields are arn
,
createdTime
, id
, lastRecordId
, idempotencyToken
,
name
, physicalId
, productId
, provisioningArtifactId
,
type
, status
, tags
, userArn
,
userArnSession
, lastProvisioningRecordId
,
lastSuccessfulProvisioningRecordId
, productName
, and
provisioningArtifactName
.
Example: "SearchQuery":["status:AVAILABLE"]
public SearchProvisionedProductsRequest withFilters(Map<String,List<String>> filters)
The search filters.
When the key is SearchQuery
, the searchable fields are arn
, createdTime
,
id
, lastRecordId
, idempotencyToken
, name
,
physicalId
, productId
, provisioningArtifactId
, type
,
status
, tags
, userArn
, userArnSession
,
lastProvisioningRecordId
, lastSuccessfulProvisioningRecordId
, productName
,
and provisioningArtifactName
.
Example: "SearchQuery":["status:AVAILABLE"]
filters
- The search filters.
When the key is SearchQuery
, the searchable fields are arn
,
createdTime
, id
, lastRecordId
, idempotencyToken
,
name
, physicalId
, productId
, provisioningArtifactId
,
type
, status
, tags
, userArn
,
userArnSession
, lastProvisioningRecordId
,
lastSuccessfulProvisioningRecordId
, productName
, and
provisioningArtifactName
.
Example: "SearchQuery":["status:AVAILABLE"]
public SearchProvisionedProductsRequest addFiltersEntry(String key, List<String> value)
public SearchProvisionedProductsRequest clearFiltersEntries()
public void setSortBy(String sortBy)
The sort field. If no value is specified, the results are not sorted. The valid values are arn
,
id
, name
, and lastRecordId
.
sortBy
- The sort field. If no value is specified, the results are not sorted. The valid values are
arn
, id
, name
, and lastRecordId
.public String getSortBy()
The sort field. If no value is specified, the results are not sorted. The valid values are arn
,
id
, name
, and lastRecordId
.
arn
, id
, name
, and lastRecordId
.public SearchProvisionedProductsRequest withSortBy(String sortBy)
The sort field. If no value is specified, the results are not sorted. The valid values are arn
,
id
, name
, and lastRecordId
.
sortBy
- The sort field. If no value is specified, the results are not sorted. The valid values are
arn
, id
, name
, and lastRecordId
.public void setSortOrder(String sortOrder)
The sort order. If no value is specified, the results are not sorted.
sortOrder
- The sort order. If no value is specified, the results are not sorted.SortOrder
public String getSortOrder()
The sort order. If no value is specified, the results are not sorted.
SortOrder
public SearchProvisionedProductsRequest withSortOrder(String sortOrder)
The sort order. If no value is specified, the results are not sorted.
sortOrder
- The sort order. If no value is specified, the results are not sorted.SortOrder
public SearchProvisionedProductsRequest withSortOrder(SortOrder sortOrder)
The sort order. If no value is specified, the results are not sorted.
sortOrder
- The sort order. If no value is specified, the results are not sorted.SortOrder
public void setPageSize(Integer pageSize)
The maximum number of items to return with this call.
pageSize
- The maximum number of items to return with this call.public Integer getPageSize()
The maximum number of items to return with this call.
public SearchProvisionedProductsRequest withPageSize(Integer pageSize)
The maximum number of items to return with this call.
pageSize
- The maximum number of items to return with this call.public void setPageToken(String pageToken)
The page token for the next set of results. To retrieve the first set of results, use null.
pageToken
- The page token for the next set of results. To retrieve the first set of results, use null.public String getPageToken()
The page token for the next set of results. To retrieve the first set of results, use null.
public SearchProvisionedProductsRequest withPageToken(String pageToken)
The page token for the next set of results. To retrieve the first set of results, use null.
pageToken
- The page token for the next set of results. To retrieve the first set of results, use null.public String toString()
toString
in class Object
Object.toString()
public SearchProvisionedProductsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()