Cloneable
, ReadLimitInfo
, ToCopyableBuilder<SearchProductsAsAdminRequest.Builder,SearchProductsAsAdminRequest>
@Generated("software.amazon.awssdk:codegen") public class SearchProductsAsAdminRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<SearchProductsAsAdminRequest.Builder,SearchProductsAsAdminRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
SearchProductsAsAdminRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
acceptLanguage() |
The language code to use for this operation.
|
static SearchProductsAsAdminRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
Map<String,List<String>> |
filters() |
The list of filters with which to limit search results.
|
int |
hashCode() |
|
Integer |
pageSize() |
The maximum number of items to return in the results.
|
String |
pageToken() |
The page token of the first page retrieved.
|
String |
portfolioId() |
The portfolio identifier.
|
String |
productSource() |
Access level of the source of the product.
|
static Class<? extends SearchProductsAsAdminRequest.Builder> |
serializableBuilderClass() |
|
String |
sortBy() |
The sort field specifier.
|
String |
sortOrder() |
The sort order specifier.
|
SearchProductsAsAdminRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String acceptLanguage()
The language code to use for this operation. Supported language codes are as follows:
"en" (English)
"jp" (Japanese)
"zh" (Chinese)
If no code is specified, "en" is used as the default.
"en" (English)
"jp" (Japanese)
"zh" (Chinese)
If no code is specified, "en" is used as the default.
public String portfolioId()
The portfolio identifier.
public Map<String,List<String>> filters()
The list of filters with which to limit search results. If no search filters are specified, the output is all the products to which the administrator has access.
public String sortBy()
The sort field specifier. If no value is specified, results are not sorted.
ProductViewSortBy
public String sortOrder()
The sort order specifier. If no value is specified, results are not sorted.
SortOrder
public String pageToken()
The page token of the first page retrieved. If null, this retrieves the first page of size PageSize
.
PageSize
.public Integer pageSize()
The maximum number of items to return in the results. If more results exist than fit in the specified
PageSize
, the value of NextPageToken
in the response is non-null.
PageSize
, the value of NextPageToken
in the response is non-null.public String productSource()
Access level of the source of the product.
ProductSource
public SearchProductsAsAdminRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SearchProductsAsAdminRequest.Builder,SearchProductsAsAdminRequest>
public static SearchProductsAsAdminRequest.Builder builder()
public static Class<? extends SearchProductsAsAdminRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.