@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisableIpamOrganizationAdminAccountRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DisableIpamOrganizationAdminAccountRequest>
NOOP
Constructor and Description |
---|
DisableIpamOrganizationAdminAccountRequest() |
Modifier and Type | Method and Description |
---|---|
DisableIpamOrganizationAdminAccountRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDelegatedAdminAccountId()
The Organizations member account ID that you want to disable as IPAM account.
|
Request<DisableIpamOrganizationAdminAccountRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
int |
hashCode() |
void |
setDelegatedAdminAccountId(String delegatedAdminAccountId)
The Organizations member account ID that you want to disable as IPAM account.
|
String |
toString()
Returns a string representation of this object.
|
DisableIpamOrganizationAdminAccountRequest |
withDelegatedAdminAccountId(String delegatedAdminAccountId)
The Organizations member account ID that you want to disable as IPAM account.
|
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 DisableIpamOrganizationAdminAccountRequest()
public void setDelegatedAdminAccountId(String delegatedAdminAccountId)
The Organizations member account ID that you want to disable as IPAM account.
delegatedAdminAccountId
- The Organizations member account ID that you want to disable as IPAM account.public String getDelegatedAdminAccountId()
The Organizations member account ID that you want to disable as IPAM account.
public DisableIpamOrganizationAdminAccountRequest withDelegatedAdminAccountId(String delegatedAdminAccountId)
The Organizations member account ID that you want to disable as IPAM account.
delegatedAdminAccountId
- The Organizations member account ID that you want to disable as IPAM account.public Request<DisableIpamOrganizationAdminAccountRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DisableIpamOrganizationAdminAccountRequest>
public String toString()
toString
in class Object
Object.toString()
public DisableIpamOrganizationAdminAccountRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()