@Generated(value="software.amazon.awssdk:codegen") public final class Member extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Member.Builder,Member>
The details for a Security Hub member account.
Modifier and Type | Class and Description |
---|---|
static interface |
Member.Builder |
Modifier and Type | Method and Description |
---|---|
String |
accountId()
The AWS account ID of a Security Hub member account.
|
static Member.Builder |
builder() |
String |
email()
The email of a Security Hub member account.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
invitedAt()
Time stamp at which the member account was invited to Security Hub.
|
String |
masterId()
The AWS account ID of the master Security Hub account to this member account.
|
String |
memberStatus()
The status of the relationship between the member account and its master account.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Member.Builder> |
serializableBuilderClass() |
Member.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
Instant |
updatedAt()
Time stamp at which this member account was updated.
|
copy
public String accountId()
The AWS account ID of a Security Hub member account.
public String email()
The email of a Security Hub member account.
public String masterId()
The AWS account ID of the master Security Hub account to this member account.
public String memberStatus()
The status of the relationship between the member account and its master account.
public Instant invitedAt()
Time stamp at which the member account was invited to Security Hub.
public Instant updatedAt()
Time stamp at which this member account was updated.
public Member.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Member.Builder,Member>
public static Member.Builder builder()
public static Class<? extends Member.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.