@Generated(value="software.amazon.awssdk:codegen") public final class Principal extends Object implements StructuredPojo, ToCopyableBuilder<Principal.Builder,Principal>
A principal's ARN and type.
Modifier and Type | Class and Description |
---|---|
static interface |
Principal.Builder |
Modifier and Type | Method and Description |
---|---|
static Principal.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
principalARN()
The ARN representing the principal (IAM user, role, or group).
|
PrincipalType |
principalType()
The principal type.
|
String |
principalTypeAsString()
The principal type.
|
static Class<? extends Principal.Builder> |
serializableBuilderClass() |
Principal.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String principalARN()
The ARN representing the principal (IAM user, role, or group).
public PrincipalType principalType()
The principal type. Must be IAM
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
PrincipalType
public String principalTypeAsString()
The principal type. Must be IAM
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
PrincipalType
public Principal.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Principal.Builder,Principal>
public static Principal.Builder builder()
public static Class<? extends Principal.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.