@Generated(value="software.amazon.awssdk:codegen") public final class DelegatedAdministrator extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DelegatedAdministrator.Builder,DelegatedAdministrator>
Contains information about the delegated administrator.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DelegatedAdministrator.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the delegated administrator's account.
|
static DelegatedAdministrator.Builder |
builder() |
Instant |
delegationEnabledDate()
The date when the account was made a delegated administrator.
|
String |
email()
The email address that is associated with the delegated administrator's Amazon Web Services account.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The unique identifier (ID) of the delegated administrator's account.
|
AccountJoinedMethod |
joinedMethod()
The method by which the delegated administrator's account joined the organization.
|
String |
joinedMethodAsString()
The method by which the delegated administrator's account joined the organization.
|
Instant |
joinedTimestamp()
The date when the delegated administrator's account became a part of the organization.
|
String |
name()
The friendly name of the delegated administrator's account.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DelegatedAdministrator.Builder> |
serializableBuilderClass() |
AccountStatus |
status()
The status of the delegated administrator's account in the organization.
|
String |
statusAsString()
The status of the delegated administrator's account in the organization.
|
DelegatedAdministrator.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The unique identifier (ID) of the delegated administrator's account.
public final String arn()
The Amazon Resource Name (ARN) of the delegated administrator's account.
public final String email()
The email address that is associated with the delegated administrator's Amazon Web Services account.
public final String name()
The friendly name of the delegated administrator's account.
public final AccountStatus status()
The status of the delegated administrator's account in the organization.
If the service returns an enum value that is not available in the current SDK version, status will
return AccountStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
AccountStatuspublic final String statusAsString()
The status of the delegated administrator's account in the organization.
If the service returns an enum value that is not available in the current SDK version, status will
return AccountStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
AccountStatuspublic final AccountJoinedMethod joinedMethod()
The method by which the delegated administrator's account joined the organization.
If the service returns an enum value that is not available in the current SDK version, joinedMethod will
return AccountJoinedMethod.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from joinedMethodAsString().
AccountJoinedMethodpublic final String joinedMethodAsString()
The method by which the delegated administrator's account joined the organization.
If the service returns an enum value that is not available in the current SDK version, joinedMethod will
return AccountJoinedMethod.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from joinedMethodAsString().
AccountJoinedMethodpublic final Instant joinedTimestamp()
The date when the delegated administrator's account became a part of the organization.
public final Instant delegationEnabledDate()
The date when the account was made a delegated administrator.
public DelegatedAdministrator.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DelegatedAdministrator.Builder,DelegatedAdministrator>public static DelegatedAdministrator.Builder builder()
public static Class<? extends DelegatedAdministrator.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.