@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) |
Master |
getMaster()
The administrator account details.
|
int |
hashCode() |
void |
setMaster(Master master)
The administrator account details.
|
String |
toString()
Returns a string representation of this object.
|
GetMasterAccountResult |
withMaster(Master master)
The administrator account details.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setMaster(Master master)
The administrator account details.
master - The administrator account details.public Master getMaster()
The administrator account details.
public GetMasterAccountResult withMaster(Master master)
The administrator account details.
master - The administrator account details.public String toString()
toString in class ObjectObject.toString()public GetMasterAccountResult clone()
Copyright © 2021. All rights reserved.