@Generated(value="software.amazon.awssdk:codegen") public final class Member extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Member.Builder,Member>
Modifier and Type | Class and Description |
---|---|
static interface |
Member.Builder |
Modifier and Type | Method and Description |
---|---|
String |
accountId()
Returns the value of the AccountId property for this object.
|
static Member.Builder |
builder() |
String |
detectorId()
Returns the value of the DetectorId property for this object.
|
String |
email()
Member account's email address.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
invitedAt()
Timestamp at which the invitation was sent
|
String |
masterId()
Returns the value of the MasterId property for this object.
|
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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
updatedAt()
Returns the value of the UpdatedAt property for this object.
|
copy
public String accountId()
public String detectorId()
public String email()
public String invitedAt()
public String masterId()
public String relationshipStatus()
public String updatedAt()
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.