Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListConstraintsForPortfolioRequest.Builder,ListConstraintsForPortfolioRequest>
@Generated("software.amazon.awssdk:codegen") public class ListConstraintsForPortfolioRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListConstraintsForPortfolioRequest.Builder,ListConstraintsForPortfolioRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListConstraintsForPortfolioRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
acceptLanguage() |
The language code to use for this operation.
|
static ListConstraintsForPortfolioRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
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 |
productId() |
The product identifier.
|
static Class<? extends ListConstraintsForPortfolioRequest.Builder> |
serializableBuilderClass() |
|
ListConstraintsForPortfolioRequest.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 String productId()
The product identifier.
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 pageToken()
The page token of the first page retrieved. If null, this retrieves the first page of size PageSize
.
PageSize
.public ListConstraintsForPortfolioRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListConstraintsForPortfolioRequest.Builder,ListConstraintsForPortfolioRequest>
public static ListConstraintsForPortfolioRequest.Builder builder()
public static Class<? extends ListConstraintsForPortfolioRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.