@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.
|
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 master account ID.
|
String |
relationshipStatus()
The status of the relationship between the member and the master.
|
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 String accountId()
The ID of the member account.
public String detectorId()
The detector ID of the member account.
public String masterId()
The master account ID.
public String email()
The email address of the member account.
public String relationshipStatus()
The status of the relationship between the member and the master.
public String invitedAt()
The timestamp when the invitation was sent.
public String updatedAt()
The last-updated timestamp of the member.
public Member.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Member.Builder,Member>public static Member.Builder builder()
public static Class<? extends Member.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.