Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UpdatePortfolioRequest.Builder,UpdatePortfolioRequest>
@Generated("software.amazon.awssdk:codegen") public class UpdatePortfolioRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdatePortfolioRequest.Builder,UpdatePortfolioRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdatePortfolioRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
acceptLanguage() |
The language code to use for this operation.
|
List<Tag> |
addTags() |
Tags to add to the existing list of tags associated with the portfolio.
|
static UpdatePortfolioRequest.Builder |
builder() |
|
String |
description() |
The updated text description of the portfolio.
|
String |
displayName() |
The name to use for display purposes.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
id() |
The identifier of the portfolio for the update request.
|
String |
providerName() |
The updated name of the portfolio provider.
|
List<String> |
removeTags() |
Tags to remove from the existing list of tags associated with the portfolio.
|
static Class<? extends UpdatePortfolioRequest.Builder> |
serializableBuilderClass() |
|
UpdatePortfolioRequest.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 id()
The identifier of the portfolio for the update request.
public String displayName()
The name to use for display purposes.
public String description()
The updated text description of the portfolio.
public String providerName()
The updated name of the portfolio provider.
public List<Tag> addTags()
Tags to add to the existing list of tags associated with the portfolio.
public List<String> removeTags()
Tags to remove from the existing list of tags associated with the portfolio.
public UpdatePortfolioRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdatePortfolioRequest.Builder,UpdatePortfolioRequest>
public static UpdatePortfolioRequest.Builder builder()
public static Class<? extends UpdatePortfolioRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.