@Generated(value="software.amazon.awssdk:codegen") public final class DisassociatePrincipalFromPortfolioRequest extends ServiceCatalogRequest implements ToCopyableBuilder<DisassociatePrincipalFromPortfolioRequest.Builder,DisassociatePrincipalFromPortfolioRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DisassociatePrincipalFromPortfolioRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
acceptLanguage()
The language code.
|
static DisassociatePrincipalFromPortfolioRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
portfolioId()
The portfolio identifier.
|
String |
principalARN()
The ARN of the principal (user, role, or group).
|
PrincipalType |
principalType()
The supported value is
IAM if you use a fully defined ARN, or IAM_PATTERN if you
specify an IAM ARN with no AccountId, with or without wildcard characters. |
String |
principalTypeAsString()
The supported value is
IAM if you use a fully defined ARN, or IAM_PATTERN if you
specify an IAM ARN with no AccountId, with or without wildcard characters. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DisassociatePrincipalFromPortfolioRequest.Builder> |
serializableBuilderClass() |
DisassociatePrincipalFromPortfolioRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String acceptLanguage()
The language code.
jp - Japanese
zh - Chinese
jp - Japanese
zh - Chinese
public final String portfolioId()
The portfolio identifier.
public final String principalARN()
The ARN of the principal (user, role, or group). This field allows an ARN with no accountID with or
without wildcard characters if PrincipalType is IAM_PATTERN.
accountID
with or without wildcard characters if PrincipalType is IAM_PATTERN.public final PrincipalType principalType()
The supported value is IAM if you use a fully defined ARN, or IAM_PATTERN if you
specify an IAM ARN with no AccountId, with or without wildcard characters.
If the service returns an enum value that is not available in the current SDK version, principalType
will return PrincipalType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
principalTypeAsString().
IAM if you use a fully defined ARN, or IAM_PATTERN if
you specify an IAM ARN with no AccountId, with or without wildcard characters.PrincipalTypepublic final String principalTypeAsString()
The supported value is IAM if you use a fully defined ARN, or IAM_PATTERN if you
specify an IAM ARN with no AccountId, with or without wildcard characters.
If the service returns an enum value that is not available in the current SDK version, principalType
will return PrincipalType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
principalTypeAsString().
IAM if you use a fully defined ARN, or IAM_PATTERN if
you specify an IAM ARN with no AccountId, with or without wildcard characters.PrincipalTypepublic DisassociatePrincipalFromPortfolioRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DisassociatePrincipalFromPortfolioRequest.Builder,DisassociatePrincipalFromPortfolioRequest>toBuilder in class ServiceCatalogRequestpublic static DisassociatePrincipalFromPortfolioRequest.Builder builder()
public static Class<? extends DisassociatePrincipalFromPortfolioRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.