@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Master extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the Master account and invitation.
Constructor and Description |
---|
Master() |
Modifier and Type | Method and Description |
---|---|
Master |
clone() |
boolean |
equals(Object obj) |
String |
getAccountId()
The ID of the account used as the Master account.
|
String |
getInvitationId()
This value is used to validate the master account to the member account.
|
String |
getInvitedAt()
Timestamp at which the invitation was sent.
|
String |
getRelationshipStatus()
The status of the relationship between the master and member accounts.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAccountId(String accountId)
The ID of the account used as the Master account.
|
void |
setInvitationId(String invitationId)
This value is used to validate the master account to the member account.
|
void |
setInvitedAt(String invitedAt)
Timestamp at which the invitation was sent.
|
void |
setRelationshipStatus(String relationshipStatus)
The status of the relationship between the master and member accounts.
|
String |
toString()
Returns a string representation of this object.
|
Master |
withAccountId(String accountId)
The ID of the account used as the Master account.
|
Master |
withInvitationId(String invitationId)
This value is used to validate the master account to the member account.
|
Master |
withInvitedAt(String invitedAt)
Timestamp at which the invitation was sent.
|
Master |
withRelationshipStatus(String relationshipStatus)
The status of the relationship between the master and member accounts.
|
public void setAccountId(String accountId)
The ID of the account used as the Master account.
accountId
- The ID of the account used as the Master account.public String getAccountId()
The ID of the account used as the Master account.
public Master withAccountId(String accountId)
The ID of the account used as the Master account.
accountId
- The ID of the account used as the Master account.public void setInvitationId(String invitationId)
This value is used to validate the master account to the member account.
invitationId
- This value is used to validate the master account to the member account.public String getInvitationId()
This value is used to validate the master account to the member account.
public Master withInvitationId(String invitationId)
This value is used to validate the master account to the member account.
invitationId
- This value is used to validate the master account to the member account.public void setRelationshipStatus(String relationshipStatus)
The status of the relationship between the master and member accounts.
relationshipStatus
- The status of the relationship between the master and member accounts.public String getRelationshipStatus()
The status of the relationship between the master and member accounts.
public Master withRelationshipStatus(String relationshipStatus)
The status of the relationship between the master and member accounts.
relationshipStatus
- The status of the relationship between the master and member accounts.public void setInvitedAt(String invitedAt)
Timestamp at which the invitation was sent.
invitedAt
- Timestamp at which the invitation was sent.public String getInvitedAt()
Timestamp at which the invitation was sent.
public Master withInvitedAt(String invitedAt)
Timestamp at which the invitation was sent.
invitedAt
- Timestamp at which the invitation was sent.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.