@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RegisterOrganizationDelegatedAdminRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Specifies an organization member account ID as a CloudTrail delegated administrator.
NOOP
Constructor and Description |
---|
RegisterOrganizationDelegatedAdminRequest() |
Modifier and Type | Method and Description |
---|---|
RegisterOrganizationDelegatedAdminRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getMemberAccountId()
An organization member account ID that you want to designate as a delegated administrator.
|
int |
hashCode() |
void |
setMemberAccountId(String memberAccountId)
An organization member account ID that you want to designate as a delegated administrator.
|
String |
toString()
Returns a string representation of this object.
|
RegisterOrganizationDelegatedAdminRequest |
withMemberAccountId(String memberAccountId)
An organization member account ID that you want to designate as a delegated administrator.
|
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 RegisterOrganizationDelegatedAdminRequest()
public void setMemberAccountId(String memberAccountId)
An organization member account ID that you want to designate as a delegated administrator.
memberAccountId
- An organization member account ID that you want to designate as a delegated administrator.public String getMemberAccountId()
An organization member account ID that you want to designate as a delegated administrator.
public RegisterOrganizationDelegatedAdminRequest withMemberAccountId(String memberAccountId)
An organization member account ID that you want to designate as a delegated administrator.
memberAccountId
- An organization member account ID that you want to designate as a delegated administrator.public String toString()
toString
in class Object
Object.toString()
public RegisterOrganizationDelegatedAdminRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()