@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAdminScopeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetAdminScopeRequest() |
Modifier and Type | Method and Description |
---|---|
GetAdminScopeRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAdminAccount()
The administrator account that you want to get the details for.
|
int |
hashCode() |
void |
setAdminAccount(String adminAccount)
The administrator account that you want to get the details for.
|
String |
toString()
Returns a string representation of this object.
|
GetAdminScopeRequest |
withAdminAccount(String adminAccount)
The administrator account that you want to get the details for.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setAdminAccount(String adminAccount)
The administrator account that you want to get the details for.
adminAccount
- The administrator account that you want to get the details for.public String getAdminAccount()
The administrator account that you want to get the details for.
public GetAdminScopeRequest withAdminAccount(String adminAccount)
The administrator account that you want to get the details for.
adminAccount
- The administrator account that you want to get the details for.public String toString()
toString
in class Object
Object.toString()
public GetAdminScopeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()