@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() |
boolean |
equals(Object obj) |
String |
getAdminAccount()
The administator account that you want to get the details for.
|
int |
hashCode() |
void |
setAdminAccount(String adminAccount)
The administator account that you want to get the details for.
|
String |
toString()
Returns a string representation of this object.
|
GetAdminScopeRequest |
withAdminAccount(String adminAccount)
The administator account that you want to get the details for.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setAdminAccount(String adminAccount)
The administator account that you want to get the details for.
adminAccount - The administator account that you want to get the details for.public String getAdminAccount()
The administator account that you want to get the details for.
public GetAdminScopeRequest withAdminAccount(String adminAccount)
The administator account that you want to get the details for.
adminAccount - The administator account that you want to get the details for.public String toString()
toString in class ObjectObject.toString()public GetAdminScopeRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.