@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Member extends Object implements Serializable, Cloneable, StructuredPojo
The details for a Security Hub member account.
Constructor and Description |
---|
Member() |
Modifier and Type | Method and Description |
---|---|
Member |
clone() |
boolean |
equals(Object obj) |
String |
getAccountId()
The AWS account ID of a Security Hub member account.
|
String |
getEmail()
The email of a Security Hub member account.
|
Date |
getInvitedAt()
Time stamp at which the member account was invited to Security Hub.
|
String |
getMasterId()
The AWS account ID of the master Security Hub account to this member account.
|
String |
getMemberStatus()
The status of the relationship between the member account and its master account.
|
Date |
getUpdatedAt()
Time stamp at which this member account was updated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAccountId(String accountId)
The AWS account ID of a Security Hub member account.
|
void |
setEmail(String email)
The email of a Security Hub member account.
|
void |
setInvitedAt(Date invitedAt)
Time stamp at which the member account was invited to Security Hub.
|
void |
setMasterId(String masterId)
The AWS account ID of the master Security Hub account to this member account.
|
void |
setMemberStatus(String memberStatus)
The status of the relationship between the member account and its master account.
|
void |
setUpdatedAt(Date updatedAt)
Time stamp at which this member account was updated.
|
String |
toString()
Returns a string representation of this object.
|
Member |
withAccountId(String accountId)
The AWS account ID of a Security Hub member account.
|
Member |
withEmail(String email)
The email of a Security Hub member account.
|
Member |
withInvitedAt(Date invitedAt)
Time stamp at which the member account was invited to Security Hub.
|
Member |
withMasterId(String masterId)
The AWS account ID of the master Security Hub account to this member account.
|
Member |
withMemberStatus(String memberStatus)
The status of the relationship between the member account and its master account.
|
Member |
withUpdatedAt(Date updatedAt)
Time stamp at which this member account was updated.
|
public void setAccountId(String accountId)
The AWS account ID of a Security Hub member account.
accountId
- The AWS account ID of a Security Hub member account.public String getAccountId()
The AWS account ID of a Security Hub member account.
public Member withAccountId(String accountId)
The AWS account ID of a Security Hub member account.
accountId
- The AWS account ID of a Security Hub member account.public void setEmail(String email)
The email of a Security Hub member account.
email
- The email of a Security Hub member account.public String getEmail()
The email of a Security Hub member account.
public Member withEmail(String email)
The email of a Security Hub member account.
email
- The email of a Security Hub member account.public void setMasterId(String masterId)
The AWS account ID of the master Security Hub account to this member account.
masterId
- The AWS account ID of the master Security Hub account to this member account.public String getMasterId()
The AWS account ID of the master Security Hub account to this member account.
public Member withMasterId(String masterId)
The AWS account ID of the master Security Hub account to this member account.
masterId
- The AWS account ID of the master Security Hub account to this member account.public void setMemberStatus(String memberStatus)
The status of the relationship between the member account and its master account.
memberStatus
- The status of the relationship between the member account and its master account.public String getMemberStatus()
The status of the relationship between the member account and its master account.
public Member withMemberStatus(String memberStatus)
The status of the relationship between the member account and its master account.
memberStatus
- The status of the relationship between the member account and its master account.public void setInvitedAt(Date invitedAt)
Time stamp at which the member account was invited to Security Hub.
invitedAt
- Time stamp at which the member account was invited to Security Hub.public Date getInvitedAt()
Time stamp at which the member account was invited to Security Hub.
public Member withInvitedAt(Date invitedAt)
Time stamp at which the member account was invited to Security Hub.
invitedAt
- Time stamp at which the member account was invited to Security Hub.public void setUpdatedAt(Date updatedAt)
Time stamp at which this member account was updated.
updatedAt
- Time stamp at which this member account was updated.public Date getUpdatedAt()
Time stamp at which this member account was updated.
public Member withUpdatedAt(Date updatedAt)
Time stamp at which this member account was updated.
updatedAt
- Time stamp at which this member account was updated.public String toString()
toString
in class Object
Object.toString()
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.