@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeregisterOrganizationDelegatedAdminRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Removes CloudTrail delegated administrator permissions from a specified member account in an organization that is currently designated as a delegated administrator.
NOOP
Constructor and Description |
---|
DeregisterOrganizationDelegatedAdminRequest() |
Modifier and Type | Method and Description |
---|---|
DeregisterOrganizationDelegatedAdminRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDelegatedAdminAccountId()
A delegated administrator account ID.
|
int |
hashCode() |
void |
setDelegatedAdminAccountId(String delegatedAdminAccountId)
A delegated administrator account ID.
|
String |
toString()
Returns a string representation of this object.
|
DeregisterOrganizationDelegatedAdminRequest |
withDelegatedAdminAccountId(String delegatedAdminAccountId)
A delegated administrator account ID.
|
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 DeregisterOrganizationDelegatedAdminRequest()
public void setDelegatedAdminAccountId(String delegatedAdminAccountId)
A delegated administrator account ID. This is a member account in an organization that is currently designated as a delegated administrator.
delegatedAdminAccountId
- A delegated administrator account ID. This is a member account in an organization that is currently
designated as a delegated administrator.public String getDelegatedAdminAccountId()
A delegated administrator account ID. This is a member account in an organization that is currently designated as a delegated administrator.
public DeregisterOrganizationDelegatedAdminRequest withDelegatedAdminAccountId(String delegatedAdminAccountId)
A delegated administrator account ID. This is a member account in an organization that is currently designated as a delegated administrator.
delegatedAdminAccountId
- A delegated administrator account ID. This is a member account in an organization that is currently
designated as a delegated administrator.public String toString()
toString
in class Object
Object.toString()
public DeregisterOrganizationDelegatedAdminRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()