@Generated(value="software.amazon.awssdk:codegen") public final class Member extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Member.Builder,Member>
Contains information about the member account.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Member.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountId()
The ID of the member account.
|
String |
administratorId()
The administrator account ID.
|
static Member.Builder |
builder() |
String |
detectorId()
The detector ID of the member account.
|
String |
email()
The email address of the member account.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
invitedAt()
The timestamp when the invitation was sent.
|
String |
masterId()
The administrator account ID.
|
String |
relationshipStatus()
The status of the relationship between the member and the administrator.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Member.Builder> |
serializableBuilderClass() |
Member.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
updatedAt()
The last-updated timestamp of the member.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String accountId()
The ID of the member account.
public final String detectorId()
The detector ID of the member account.
public final String masterId()
The administrator account ID.
public final String email()
The email address of the member account.
public final String relationshipStatus()
The status of the relationship between the member and the administrator.
public final String invitedAt()
The timestamp when the invitation was sent.
public final String updatedAt()
The last-updated timestamp of the member.
public final String administratorId()
The administrator account ID.
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 © 2023. All rights reserved.