@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MemberDetail extends Object implements Serializable, Cloneable, StructuredPojo
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 |
getDisabledReason()
For member accounts with a status of
ACCEPTED_BUT_DISABLED , the reason that the member account is
not enabled. |
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.
|
Double |
getPercentOfGraphUtilization()
The member account data volume as a percentage of the maximum allowed data volume.
|
Date |
getPercentOfGraphUtilizationUpdatedTime()
The date and time when the graph utilization percentage was last updated.
|
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 |
setDisabledReason(String disabledReason)
For member accounts with a status of
ACCEPTED_BUT_DISABLED , the reason that the member account is
not enabled. |
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 |
setPercentOfGraphUtilization(Double percentOfGraphUtilization)
The member account data volume as a percentage of the maximum allowed data volume.
|
void |
setPercentOfGraphUtilizationUpdatedTime(Date percentOfGraphUtilizationUpdatedTime)
The date and time when the graph utilization percentage was last updated.
|
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 |
withDisabledReason(MemberDisabledReason disabledReason)
For member accounts with a status of
ACCEPTED_BUT_DISABLED , the reason that the member account is
not enabled. |
MemberDetail |
withDisabledReason(String disabledReason)
For member accounts with a status of
ACCEPTED_BUT_DISABLED , the reason that the member account is
not enabled. |
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 |
withPercentOfGraphUtilization(Double percentOfGraphUtilization)
The member account data volume as a percentage of the maximum allowed data volume.
|
MemberDetail |
withPercentOfGraphUtilizationUpdatedTime(Date percentOfGraphUtilizationUpdatedTime)
The date and time when the graph utilization percentage was last updated.
|
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.
ACCEPTED_BUT_DISABLED
- Indicates that the member account accepted the invitation but is prevented
from contributing data to the behavior graph. DisabledReason
provides the reason why the member
account is not enabled.
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.
ACCEPTED_BUT_DISABLED
- Indicates that the member account accepted the invitation but is
prevented from contributing data to the behavior graph. DisabledReason
provides the reason
why the member account is not enabled.
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.
ACCEPTED_BUT_DISABLED
- Indicates that the member account accepted the invitation but is prevented
from contributing data to the behavior graph. DisabledReason
provides the reason why the member
account is not enabled.
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.
ACCEPTED_BUT_DISABLED
- Indicates that the member account accepted the invitation but is
prevented from contributing data to the behavior graph. DisabledReason
provides the reason
why the member account is not enabled.
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.
ACCEPTED_BUT_DISABLED
- Indicates that the member account accepted the invitation but is prevented
from contributing data to the behavior graph. DisabledReason
provides the reason why the member
account is not enabled.
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.
ACCEPTED_BUT_DISABLED
- Indicates that the member account accepted the invitation but is
prevented from contributing data to the behavior graph. DisabledReason
provides the reason
why the member account is not enabled.
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.
ACCEPTED_BUT_DISABLED
- Indicates that the member account accepted the invitation but is prevented
from contributing data to the behavior graph. DisabledReason
provides the reason why the member
account is not enabled.
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.
ACCEPTED_BUT_DISABLED
- Indicates that the member account accepted the invitation but is
prevented from contributing data to the behavior graph. DisabledReason
provides the reason
why the member account is not enabled.
Member accounts that declined an invitation or that were removed from the behavior graph are not included.
MemberStatus
public void setDisabledReason(String disabledReason)
For member accounts with a status of ACCEPTED_BUT_DISABLED
, the reason that the member account is
not enabled.
The reason can have one of the following values:
VOLUME_TOO_HIGH
- Indicates that adding the member account would cause the data volume for the
behavior graph to be too high.
VOLUME_UNKNOWN
- Indicates that Detective is unable to verify the data volume for the member
account. This is usually because the member account is not enrolled in Amazon GuardDuty.
disabledReason
- For member accounts with a status of ACCEPTED_BUT_DISABLED
, the reason that the member
account is not enabled.
The reason can have one of the following values:
VOLUME_TOO_HIGH
- Indicates that adding the member account would cause the data volume for
the behavior graph to be too high.
VOLUME_UNKNOWN
- Indicates that Detective is unable to verify the data volume for the member
account. This is usually because the member account is not enrolled in Amazon GuardDuty.
MemberDisabledReason
public String getDisabledReason()
For member accounts with a status of ACCEPTED_BUT_DISABLED
, the reason that the member account is
not enabled.
The reason can have one of the following values:
VOLUME_TOO_HIGH
- Indicates that adding the member account would cause the data volume for the
behavior graph to be too high.
VOLUME_UNKNOWN
- Indicates that Detective is unable to verify the data volume for the member
account. This is usually because the member account is not enrolled in Amazon GuardDuty.
ACCEPTED_BUT_DISABLED
, the reason that the member
account is not enabled.
The reason can have one of the following values:
VOLUME_TOO_HIGH
- Indicates that adding the member account would cause the data volume for
the behavior graph to be too high.
VOLUME_UNKNOWN
- Indicates that Detective is unable to verify the data volume for the member
account. This is usually because the member account is not enrolled in Amazon GuardDuty.
MemberDisabledReason
public MemberDetail withDisabledReason(String disabledReason)
For member accounts with a status of ACCEPTED_BUT_DISABLED
, the reason that the member account is
not enabled.
The reason can have one of the following values:
VOLUME_TOO_HIGH
- Indicates that adding the member account would cause the data volume for the
behavior graph to be too high.
VOLUME_UNKNOWN
- Indicates that Detective is unable to verify the data volume for the member
account. This is usually because the member account is not enrolled in Amazon GuardDuty.
disabledReason
- For member accounts with a status of ACCEPTED_BUT_DISABLED
, the reason that the member
account is not enabled.
The reason can have one of the following values:
VOLUME_TOO_HIGH
- Indicates that adding the member account would cause the data volume for
the behavior graph to be too high.
VOLUME_UNKNOWN
- Indicates that Detective is unable to verify the data volume for the member
account. This is usually because the member account is not enrolled in Amazon GuardDuty.
MemberDisabledReason
public MemberDetail withDisabledReason(MemberDisabledReason disabledReason)
For member accounts with a status of ACCEPTED_BUT_DISABLED
, the reason that the member account is
not enabled.
The reason can have one of the following values:
VOLUME_TOO_HIGH
- Indicates that adding the member account would cause the data volume for the
behavior graph to be too high.
VOLUME_UNKNOWN
- Indicates that Detective is unable to verify the data volume for the member
account. This is usually because the member account is not enrolled in Amazon GuardDuty.
disabledReason
- For member accounts with a status of ACCEPTED_BUT_DISABLED
, the reason that the member
account is not enabled.
The reason can have one of the following values:
VOLUME_TOO_HIGH
- Indicates that adding the member account would cause the data volume for
the behavior graph to be too high.
VOLUME_UNKNOWN
- Indicates that Detective is unable to verify the data volume for the member
account. This is usually because the member account is not enrolled in Amazon GuardDuty.
MemberDisabledReason
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 void setPercentOfGraphUtilization(Double percentOfGraphUtilization)
The member account data volume as a percentage of the maximum allowed data volume. 0 indicates 0 percent, and 100 indicates 100 percent.
Note that this is not the percentage of the behavior graph data volume.
For example, the data volume for the behavior graph is 80 GB per day. The maximum data volume is 160 GB per day.
If the data volume for the member account is 40 GB per day, then PercentOfGraphUtilization
is 25. It
represents 25% of the maximum allowed data volume.
percentOfGraphUtilization
- The member account data volume as a percentage of the maximum allowed data volume. 0 indicates 0 percent,
and 100 indicates 100 percent.
Note that this is not the percentage of the behavior graph data volume.
For example, the data volume for the behavior graph is 80 GB per day. The maximum data volume is 160 GB
per day. If the data volume for the member account is 40 GB per day, then
PercentOfGraphUtilization
is 25. It represents 25% of the maximum allowed data volume.
public Double getPercentOfGraphUtilization()
The member account data volume as a percentage of the maximum allowed data volume. 0 indicates 0 percent, and 100 indicates 100 percent.
Note that this is not the percentage of the behavior graph data volume.
For example, the data volume for the behavior graph is 80 GB per day. The maximum data volume is 160 GB per day.
If the data volume for the member account is 40 GB per day, then PercentOfGraphUtilization
is 25. It
represents 25% of the maximum allowed data volume.
Note that this is not the percentage of the behavior graph data volume.
For example, the data volume for the behavior graph is 80 GB per day. The maximum data volume is 160 GB
per day. If the data volume for the member account is 40 GB per day, then
PercentOfGraphUtilization
is 25. It represents 25% of the maximum allowed data volume.
public MemberDetail withPercentOfGraphUtilization(Double percentOfGraphUtilization)
The member account data volume as a percentage of the maximum allowed data volume. 0 indicates 0 percent, and 100 indicates 100 percent.
Note that this is not the percentage of the behavior graph data volume.
For example, the data volume for the behavior graph is 80 GB per day. The maximum data volume is 160 GB per day.
If the data volume for the member account is 40 GB per day, then PercentOfGraphUtilization
is 25. It
represents 25% of the maximum allowed data volume.
percentOfGraphUtilization
- The member account data volume as a percentage of the maximum allowed data volume. 0 indicates 0 percent,
and 100 indicates 100 percent.
Note that this is not the percentage of the behavior graph data volume.
For example, the data volume for the behavior graph is 80 GB per day. The maximum data volume is 160 GB
per day. If the data volume for the member account is 40 GB per day, then
PercentOfGraphUtilization
is 25. It represents 25% of the maximum allowed data volume.
public void setPercentOfGraphUtilizationUpdatedTime(Date percentOfGraphUtilizationUpdatedTime)
The date and time when the graph utilization percentage was last updated.
percentOfGraphUtilizationUpdatedTime
- The date and time when the graph utilization percentage was last updated.public Date getPercentOfGraphUtilizationUpdatedTime()
The date and time when the graph utilization percentage was last updated.
public MemberDetail withPercentOfGraphUtilizationUpdatedTime(Date percentOfGraphUtilizationUpdatedTime)
The date and time when the graph utilization percentage was last updated.
percentOfGraphUtilizationUpdatedTime
- The date and time when the graph utilization percentage was last updated.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.