@Generated(value="software.amazon.awssdk:codegen") public final class Principal extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Principal.Builder,Principal>
Information about a principal.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Principal.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Principal.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
principalARN()
The ARN of the principal (IAM user, role, or group).
|
PrincipalType |
principalType()
The principal type.
|
String |
principalTypeAsString()
The principal type.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Principal.Builder> |
serializableBuilderClass() |
Principal.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String principalARN()
The ARN of the principal (IAM user, role, or group). This field allows for an ARN with no accountID
if the PrincipalType is an IAM_PATTERN.
accountID if the PrincipalType is an IAM_PATTERN.public final PrincipalType principalType()
The principal type. The supported value is IAM if you use a fully defined ARN, or
IAM_PATTERN if you use an ARN with no accountID.
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 use an ARN with no accountID.PrincipalTypepublic final String principalTypeAsString()
The principal type. The supported value is IAM if you use a fully defined ARN, or
IAM_PATTERN if you use an ARN with no accountID.
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 use an ARN with no accountID.PrincipalTypepublic Principal.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Principal.Builder,Principal>public static Principal.Builder builder()
public static Class<? extends Principal.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.