@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 |
administratorAccountId()
The AWS account ID for the administrator 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()
(Deprecated) The AWS account ID for the administrator account.
|
RelationshipStatus |
relationshipStatus()
The current status of the relationship between the account and the administrator account.
|
String |
relationshipStatusAsString()
The current status of the relationship between the account and the administrator 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 administrator account.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String accountId()
The AWS account ID for the account.
public final String administratorAccountId()
The AWS account ID for the administrator account.
public final String arn()
The Amazon Resource Name (ARN) of the account.
public final String email()
The email address for the account.
public final 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 final String masterAccountId()
(Deprecated) The AWS account ID for the administrator account. This property has been replaced by the administratorAccountId property and is retained only for backward compatibility.
public final RelationshipStatus relationshipStatus()
The current status of the relationship between the account and the administrator 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 current status of the relationship between the account and the administrator 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 boolean hasTags()
public final 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 final 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 administrator 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 final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2021. All rights reserved.