@Generated(value="software.amazon.awssdk:codegen") public final class Member extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Member.Builder,Member>
Details on a member account in your organization.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Member.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountId()
The Amazon Web Services account ID of the member account.
|
static Member.Builder |
builder() |
String |
delegatedAdminAccountId()
The Amazon Web Services account ID of the Amazon Inspector delegated administrator for this member account.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
RelationshipStatus |
relationshipStatus()
The status of the member account.
|
String |
relationshipStatusAsString()
The status of the member account.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Member.Builder> |
serializableBuilderClass() |
Member.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updatedAt()
A timestamp showing when the status of this member was last updated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String accountId()
The Amazon Web Services account ID of the member account.
public final String delegatedAdminAccountId()
The Amazon Web Services account ID of the Amazon Inspector delegated administrator for this member account.
public final RelationshipStatus relationshipStatus()
The status of the member 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 status of the member 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 Instant updatedAt()
A timestamp showing when the status of this member was last updated.
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 © 2022. All rights reserved.