@Generated(value="software.amazon.awssdk:codegen") public final class GetMemberResponse extends Macie2Response implements ToCopyableBuilder<GetMemberResponse.Builder,GetMemberResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetMemberResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountId()
The AWS account ID for the account.
|
String |
arn()
The Amazon Resource Name (ARN) of the account.
|
static GetMemberResponse.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()
The AWS account ID for the master account.
|
RelationshipStatus |
relationshipStatus()
The current status of the relationship between the account and the master account.
|
String |
relationshipStatusAsString()
The current status of the relationship between the account and the master account.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetMemberResponse.Builder> |
serializableBuilderClass() |
Map<String,String> |
tags()
A map of key-value pairs that identifies the tags (keys and values) that are associated with the member account
in Amazon Macie.
|
GetMemberResponse.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 master account.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String accountId()
The AWS account ID for the account.
public String arn()
The Amazon Resource Name (ARN) of the account.
public String email()
The email address for the account.
public 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 String masterAccountId()
The AWS account ID for the master account.
public RelationshipStatus relationshipStatus()
The current status of the relationship between the account and the master 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 String relationshipStatusAsString()
The current status of the relationship between the account and the master 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 boolean hasTags()
public Map<String,String> tags()
A map of key-value pairs that identifies the tags (keys and values) that are associated with the member 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 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 master account.
public GetMemberResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetMemberResponse.Builder,GetMemberResponse>toBuilder in class AwsResponsepublic static GetMemberResponse.Builder builder()
public static Class<? extends GetMemberResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.