@Generated(value="software.amazon.awssdk:codegen") public final class Member extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Member.Builder,Member>
Provides information about an account that's associated with an Amazon Macie administrator account.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Member.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountId()
The AWS account ID for the account.
|
String |
administratorAccountId()
The AWS account ID for the administrator account.
|
String |
arn()
The Amazon Resource Name (ARN) of the account.
|
static Member.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() |
boolean |
hasTags()
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
Instant |
invitedAt()
The date and time, in UTC and extended ISO 8601 format, when an Amazon Macie membership invitation was last sent
to the account.
|
String |
masterAccountId()
(Deprecated) The AWS account ID for the administrator account.
|
RelationshipStatus |
relationshipStatus()
The current status of the relationship between the account and the administrator account.
|
String |
relationshipStatusAsString()
The current status of the relationship between the account and the administrator account.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Member.Builder> |
serializableBuilderClass() |
Map<String,String> |
tags()
A map of key-value pairs that identifies the tags (keys and values) that are associated with the account in
Amazon Macie.
|
Member.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updatedAt()
The date and time, in UTC and extended ISO 8601 format, of the most recent change to the status of the
relationship between the account and the administrator account.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String accountId()
The AWS account ID for the account.
public final String administratorAccountId()
The AWS account ID for the administrator account.
public final String arn()
The Amazon Resource Name (ARN) of the account.
public final String email()
The email address for the account.
public final Instant invitedAt()
The date and time, in UTC and extended ISO 8601 format, when an Amazon Macie membership invitation was last sent to the account. This value is null if a Macie invitation hasn't been sent to the account.
public final String masterAccountId()
(Deprecated) The AWS account ID for the administrator account. This property has been replaced by the administratorAccountId property and is retained only for backward compatibility.
public final RelationshipStatus relationshipStatus()
The current status of the relationship between the account and the administrator account.
If the service returns an enum value that is not available in the current SDK version,
relationshipStatus will return RelationshipStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from relationshipStatusAsString().
RelationshipStatuspublic final String relationshipStatusAsString()
The current status of the relationship between the account and the administrator account.
If the service returns an enum value that is not available in the current SDK version,
relationshipStatus will return RelationshipStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from relationshipStatusAsString().
RelationshipStatuspublic final boolean hasTags()
public final Map<String,String> tags()
A map of key-value pairs that identifies the tags (keys and values) that are associated with the account in Amazon Macie.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTags() to see if a value was sent in this field.
public final Instant updatedAt()
The date and time, in UTC and extended ISO 8601 format, of the most recent change to the status of the relationship between the account and the administrator account.
public Member.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Member.Builder,Member>public static Member.Builder builder()
public static Class<? extends Member.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.