Cloneable
, ReadLimitInfo
, ToCopyableBuilder<AssociatePrincipalWithPortfolioRequest.Builder,AssociatePrincipalWithPortfolioRequest>
@Generated("software.amazon.awssdk:codegen") public class AssociatePrincipalWithPortfolioRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<AssociatePrincipalWithPortfolioRequest.Builder,AssociatePrincipalWithPortfolioRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
AssociatePrincipalWithPortfolioRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
acceptLanguage() |
The language code to use for this operation.
|
static AssociatePrincipalWithPortfolioRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
portfolioId() |
The portfolio identifier.
|
String |
principalARN() |
The ARN representing the principal (IAM user, role, or group).
|
String |
principalType() |
The principal type.
|
static Class<? extends AssociatePrincipalWithPortfolioRequest.Builder> |
serializableBuilderClass() |
|
AssociatePrincipalWithPortfolioRequest.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 principalARN()
The ARN representing the principal (IAM user, role, or group).
public String principalType()
The principal type. Must be IAM
IAM
PrincipalType
public AssociatePrincipalWithPortfolioRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AssociatePrincipalWithPortfolioRequest.Builder,AssociatePrincipalWithPortfolioRequest>
public static AssociatePrincipalWithPortfolioRequest.Builder builder()
public static Class<? extends AssociatePrincipalWithPortfolioRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.