@Generated(value="software.amazon.awssdk:codegen") public final class AwsIdentity extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsIdentity.Builder,AwsIdentity>
The AWS identity.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsIdentity.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AwsIdentity.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
externalId()
The external ID used to estalish trust relationship with the AWS identity.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
principal()
The AWS identity principal.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsIdentity.Builder> |
serializableBuilderClass() |
AwsIdentity.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String externalId()
The external ID used to estalish trust relationship with the AWS identity.
public final String principal()
The AWS identity principal.
public AwsIdentity.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsIdentity.Builder,AwsIdentity>public static AwsIdentity.Builder builder()
public static Class<? extends AwsIdentity.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.