Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DeleteOrganizationalUnitRequest.Builder,DeleteOrganizationalUnitRequest>
@Generated("software.amazon.awssdk:codegen") public class DeleteOrganizationalUnitRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DeleteOrganizationalUnitRequest.Builder,DeleteOrganizationalUnitRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DeleteOrganizationalUnitRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DeleteOrganizationalUnitRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
organizationalUnitId() |
The unique identifier (ID) of the organizational unit that you want to delete.
|
static Class<? extends DeleteOrganizationalUnitRequest.Builder> |
serializableBuilderClass() |
|
DeleteOrganizationalUnitRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String organizationalUnitId()
The unique identifier (ID) of the organizational unit that you want to delete. You can get the ID from the ListOrganizationalUnitsForParent operation.
The regex pattern for an organizational unit ID string requires "ou-" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second "-" dash and from 8 to 32 additional lower-case letters or digits.
The regex pattern for an organizational unit ID string requires "ou-" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second "-" dash and from 8 to 32 additional lower-case letters or digits.
public DeleteOrganizationalUnitRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DeleteOrganizationalUnitRequest.Builder,DeleteOrganizationalUnitRequest>
public static DeleteOrganizationalUnitRequest.Builder builder()
public static Class<? extends DeleteOrganizationalUnitRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.