@Generated(value="software.amazon.awssdk:codegen") public final class DeregisterDelegatedAdministratorRequest extends OrganizationsRequest implements ToCopyableBuilder<DeregisterDelegatedAdministratorRequest.Builder,DeregisterDelegatedAdministratorRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeregisterDelegatedAdministratorRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountId()
The account ID number of the member account in the organization that you want to deregister as a delegated
administrator.
|
static DeregisterDelegatedAdministratorRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeregisterDelegatedAdministratorRequest.Builder> |
serializableBuilderClass() |
String |
servicePrincipal()
The service principal name of an Amazon Web Services service for which the account is a delegated administrator.
|
DeregisterDelegatedAdministratorRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String accountId()
The account ID number of the member account in the organization that you want to deregister as a delegated administrator.
public final String servicePrincipal()
The service principal name of an Amazon Web Services service for which the account is a delegated administrator.
Delegated administrator privileges are revoked for only the specified Amazon Web Services service from the member account. If the specified service is the only service for which the member account is a delegated administrator, the operation also revokes Organizations read action permissions.
Delegated administrator privileges are revoked for only the specified Amazon Web Services service from the member account. If the specified service is the only service for which the member account is a delegated administrator, the operation also revokes Organizations read action permissions.
public DeregisterDelegatedAdministratorRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeregisterDelegatedAdministratorRequest.Builder,DeregisterDelegatedAdministratorRequest>toBuilder in class OrganizationsRequestpublic static DeregisterDelegatedAdministratorRequest.Builder builder()
public static Class<? extends DeregisterDelegatedAdministratorRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.