@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetMasterAccountResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetMasterAccountResult() |
| Modifier and Type | Method and Description |
|---|---|
GetMasterAccountResult |
clone() |
boolean |
equals(Object obj) |
Invitation |
getMaster()
A list of details about the Security Hub administrator account for the current member account.
|
int |
hashCode() |
void |
setMaster(Invitation master)
A list of details about the Security Hub administrator account for the current member account.
|
String |
toString()
Returns a string representation of this object.
|
GetMasterAccountResult |
withMaster(Invitation master)
A list of details about the Security Hub administrator account for the current member account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setMaster(Invitation master)
A list of details about the Security Hub administrator account for the current member account.
master - A list of details about the Security Hub administrator account for the current member account.public Invitation getMaster()
A list of details about the Security Hub administrator account for the current member account.
public GetMasterAccountResult withMaster(Invitation master)
A list of details about the Security Hub administrator account for the current member account.
master - A list of details about the Security Hub administrator account for the current member account.public String toString()
toString in class ObjectObject.toString()public GetMasterAccountResult clone()