@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAdminAccountResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetAdminAccountResult() |
| Modifier and Type | Method and Description |
|---|---|
GetAdminAccountResult |
clone() |
boolean |
equals(Object obj) |
String |
getAdminAccount()
The AWS account that is set as the AWS Firewall Manager administrator.
|
int |
hashCode() |
void |
setAdminAccount(String adminAccount)
The AWS account that is set as the AWS Firewall Manager administrator.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetAdminAccountResult |
withAdminAccount(String adminAccount)
The AWS account that is set as the AWS Firewall Manager administrator.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setAdminAccount(String adminAccount)
The AWS account that is set as the AWS Firewall Manager administrator.
adminAccount - The AWS account that is set as the AWS Firewall Manager administrator.public String getAdminAccount()
The AWS account that is set as the AWS Firewall Manager administrator.
public GetAdminAccountResult withAdminAccount(String adminAccount)
The AWS account that is set as the AWS Firewall Manager administrator.
adminAccount - The AWS account that is set as the AWS Firewall Manager administrator.public String toString()
toString in class ObjectObject.toString()public GetAdminAccountResult clone()
Copyright © 2018. All rights reserved.