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