@Generated(value="software.amazon.awssdk:codegen") public final class AccountDetail extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AccountDetail.Builder,AccountDetail>
Specifies the details of an account to associate with an Amazon Macie administrator account.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AccountDetail.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountId()
The Amazon Web Services account ID for the account.
|
static AccountDetail.Builder |
builder() |
String |
email()
The email address for the account.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AccountDetail.Builder> |
serializableBuilderClass() |
AccountDetail.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String accountId()
The Amazon Web Services account ID for the account.
public final String email()
The email address for the account.
public AccountDetail.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AccountDetail.Builder,AccountDetail>public static AccountDetail.Builder builder()
public static Class<? extends AccountDetail.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.