@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MemberDetail extends Object implements Serializable, Cloneable, StructuredPojo
Amazon Detective is currently in preview.
Details about a member account that was invited to contribute to a behavior graph.
Constructor and Description |
---|
MemberDetail() |
Modifier and Type | Method and Description |
---|---|
MemberDetail |
clone() |
boolean |
equals(Object obj) |
String |
getAccountId()
The AWS account identifier for the member account.
|
String |
getEmailAddress()
The AWS account root user email address for the member account.
|
String |
getGraphArn()
The ARN of the behavior graph that the member account was invited to.
|
Date |
getInvitedTime()
The date and time that Detective sent the invitation to the member account.
|
String |
getMasterId()
The AWS account identifier of the master account for the behavior graph.
|
String |
getStatus()
The current membership status of the member account.
|
Date |
getUpdatedTime()
The date and time that the member account was last updated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAccountId(String accountId)
The AWS account identifier for the member account.
|
void |
setEmailAddress(String emailAddress)
The AWS account root user email address for the member account.
|
void |
setGraphArn(String graphArn)
The ARN of the behavior graph that the member account was invited to.
|
void |
setInvitedTime(Date invitedTime)
The date and time that Detective sent the invitation to the member account.
|
void |
setMasterId(String masterId)
The AWS account identifier of the master account for the behavior graph.
|
void |
setStatus(String status)
The current membership status of the member account.
|
void |
setUpdatedTime(Date updatedTime)
The date and time that the member account was last updated.
|
String |
toString()
Returns a string representation of this object.
|
MemberDetail |
withAccountId(String accountId)
The AWS account identifier for the member account.
|
MemberDetail |
withEmailAddress(String emailAddress)
The AWS account root user email address for the member account.
|
MemberDetail |
withGraphArn(String graphArn)
The ARN of the behavior graph that the member account was invited to.
|
MemberDetail |
withInvitedTime(Date invitedTime)
The date and time that Detective sent the invitation to the member account.
|
MemberDetail |
withMasterId(String masterId)
The AWS account identifier of the master account for the behavior graph.
|
MemberDetail |
withStatus(MemberStatus status)
The current membership status of the member account.
|
MemberDetail |
withStatus(String status)
The current membership status of the member account.
|
MemberDetail |
withUpdatedTime(Date updatedTime)
The date and time that the member account was last updated.
|
public void setAccountId(String accountId)
The AWS account identifier for the member account.
accountId
- The AWS account identifier for the member account.public String getAccountId()
The AWS account identifier for the member account.
public MemberDetail withAccountId(String accountId)
The AWS account identifier for the member account.
accountId
- The AWS account identifier for the member account.public void setEmailAddress(String emailAddress)
The AWS account root user email address for the member account.
emailAddress
- The AWS account root user email address for the member account.public String getEmailAddress()
The AWS account root user email address for the member account.
public MemberDetail withEmailAddress(String emailAddress)
The AWS account root user email address for the member account.
emailAddress
- The AWS account root user email address for the member account.public void setGraphArn(String graphArn)
The ARN of the behavior graph that the member account was invited to.
graphArn
- The ARN of the behavior graph that the member account was invited to.public String getGraphArn()
The ARN of the behavior graph that the member account was invited to.
public MemberDetail withGraphArn(String graphArn)
The ARN of the behavior graph that the member account was invited to.
graphArn
- The ARN of the behavior graph that the member account was invited to.public void setMasterId(String masterId)
The AWS account identifier of the master account for the behavior graph.
masterId
- The AWS account identifier of the master account for the behavior graph.public String getMasterId()
The AWS account identifier of the master account for the behavior graph.
public MemberDetail withMasterId(String masterId)
The AWS account identifier of the master account for the behavior graph.
masterId
- The AWS account identifier of the master account for the behavior graph.public void setStatus(String status)
The current membership status of the member account. The status can have one of the following values:
INVITED
- Indicates that the member was sent an invitation but has not yet responded.
VERIFICATION_IN_PROGRESS
- Indicates that Detective is verifying that the account identifier and
email address provided for the member account match. If they do match, then Detective sends the invitation. If
the email address and account identifier don't match, then the member cannot be added to the behavior graph.
VERIFICATION_FAILED
- Indicates that the account and email address provided for the member account
do not match, and Detective did not send an invitation to the account.
ENABLED
- Indicates that the member account accepted the invitation to contribute to the behavior
graph.
Member accounts that declined an invitation or that were removed from the behavior graph are not included.
status
- The current membership status of the member account. The status can have one of the following values:
INVITED
- Indicates that the member was sent an invitation but has not yet responded.
VERIFICATION_IN_PROGRESS
- Indicates that Detective is verifying that the account identifier
and email address provided for the member account match. If they do match, then Detective sends the
invitation. If the email address and account identifier don't match, then the member cannot be added to
the behavior graph.
VERIFICATION_FAILED
- Indicates that the account and email address provided for the member
account do not match, and Detective did not send an invitation to the account.
ENABLED
- Indicates that the member account accepted the invitation to contribute to the
behavior graph.
Member accounts that declined an invitation or that were removed from the behavior graph are not included.
MemberStatus
public String getStatus()
The current membership status of the member account. The status can have one of the following values:
INVITED
- Indicates that the member was sent an invitation but has not yet responded.
VERIFICATION_IN_PROGRESS
- Indicates that Detective is verifying that the account identifier and
email address provided for the member account match. If they do match, then Detective sends the invitation. If
the email address and account identifier don't match, then the member cannot be added to the behavior graph.
VERIFICATION_FAILED
- Indicates that the account and email address provided for the member account
do not match, and Detective did not send an invitation to the account.
ENABLED
- Indicates that the member account accepted the invitation to contribute to the behavior
graph.
Member accounts that declined an invitation or that were removed from the behavior graph are not included.
INVITED
- Indicates that the member was sent an invitation but has not yet responded.
VERIFICATION_IN_PROGRESS
- Indicates that Detective is verifying that the account identifier
and email address provided for the member account match. If they do match, then Detective sends the
invitation. If the email address and account identifier don't match, then the member cannot be added to
the behavior graph.
VERIFICATION_FAILED
- Indicates that the account and email address provided for the member
account do not match, and Detective did not send an invitation to the account.
ENABLED
- Indicates that the member account accepted the invitation to contribute to the
behavior graph.
Member accounts that declined an invitation or that were removed from the behavior graph are not included.
MemberStatus
public MemberDetail withStatus(String status)
The current membership status of the member account. The status can have one of the following values:
INVITED
- Indicates that the member was sent an invitation but has not yet responded.
VERIFICATION_IN_PROGRESS
- Indicates that Detective is verifying that the account identifier and
email address provided for the member account match. If they do match, then Detective sends the invitation. If
the email address and account identifier don't match, then the member cannot be added to the behavior graph.
VERIFICATION_FAILED
- Indicates that the account and email address provided for the member account
do not match, and Detective did not send an invitation to the account.
ENABLED
- Indicates that the member account accepted the invitation to contribute to the behavior
graph.
Member accounts that declined an invitation or that were removed from the behavior graph are not included.
status
- The current membership status of the member account. The status can have one of the following values:
INVITED
- Indicates that the member was sent an invitation but has not yet responded.
VERIFICATION_IN_PROGRESS
- Indicates that Detective is verifying that the account identifier
and email address provided for the member account match. If they do match, then Detective sends the
invitation. If the email address and account identifier don't match, then the member cannot be added to
the behavior graph.
VERIFICATION_FAILED
- Indicates that the account and email address provided for the member
account do not match, and Detective did not send an invitation to the account.
ENABLED
- Indicates that the member account accepted the invitation to contribute to the
behavior graph.
Member accounts that declined an invitation or that were removed from the behavior graph are not included.
MemberStatus
public MemberDetail withStatus(MemberStatus status)
The current membership status of the member account. The status can have one of the following values:
INVITED
- Indicates that the member was sent an invitation but has not yet responded.
VERIFICATION_IN_PROGRESS
- Indicates that Detective is verifying that the account identifier and
email address provided for the member account match. If they do match, then Detective sends the invitation. If
the email address and account identifier don't match, then the member cannot be added to the behavior graph.
VERIFICATION_FAILED
- Indicates that the account and email address provided for the member account
do not match, and Detective did not send an invitation to the account.
ENABLED
- Indicates that the member account accepted the invitation to contribute to the behavior
graph.
Member accounts that declined an invitation or that were removed from the behavior graph are not included.
status
- The current membership status of the member account. The status can have one of the following values:
INVITED
- Indicates that the member was sent an invitation but has not yet responded.
VERIFICATION_IN_PROGRESS
- Indicates that Detective is verifying that the account identifier
and email address provided for the member account match. If they do match, then Detective sends the
invitation. If the email address and account identifier don't match, then the member cannot be added to
the behavior graph.
VERIFICATION_FAILED
- Indicates that the account and email address provided for the member
account do not match, and Detective did not send an invitation to the account.
ENABLED
- Indicates that the member account accepted the invitation to contribute to the
behavior graph.
Member accounts that declined an invitation or that were removed from the behavior graph are not included.
MemberStatus
public void setInvitedTime(Date invitedTime)
The date and time that Detective sent the invitation to the member account. The value is in milliseconds since the epoch.
invitedTime
- The date and time that Detective sent the invitation to the member account. The value is in milliseconds
since the epoch.public Date getInvitedTime()
The date and time that Detective sent the invitation to the member account. The value is in milliseconds since the epoch.
public MemberDetail withInvitedTime(Date invitedTime)
The date and time that Detective sent the invitation to the member account. The value is in milliseconds since the epoch.
invitedTime
- The date and time that Detective sent the invitation to the member account. The value is in milliseconds
since the epoch.public void setUpdatedTime(Date updatedTime)
The date and time that the member account was last updated. The value is in milliseconds since the epoch.
updatedTime
- The date and time that the member account was last updated. The value is in milliseconds since the epoch.public Date getUpdatedTime()
The date and time that the member account was last updated. The value is in milliseconds since the epoch.
public MemberDetail withUpdatedTime(Date updatedTime)
The date and time that the member account was last updated. The value is in milliseconds since the epoch.
updatedTime
- The date and time that the member account was last updated. The value is in milliseconds since the epoch.public String toString()
toString
in class Object
Object.toString()
public MemberDetail clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.