@Deprecated @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetMasterAccountResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetMasterAccountResult()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
GetMasterAccountResult |
clone()
Deprecated.
|
boolean |
equals(Object obj)
Deprecated.
|
Master |
getMaster()
Deprecated.
The administrator account details.
|
int |
hashCode()
Deprecated.
|
void |
setMaster(Master master)
Deprecated.
The administrator account details.
|
String |
toString()
Deprecated.
Returns a string representation of this object.
|
GetMasterAccountResult |
withMaster(Master master)
Deprecated.
The administrator account details.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 Object
Object.toString()
public GetMasterAccountResult clone()