Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeOrganizationalUnitRequest.Builder,DescribeOrganizationalUnitRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeOrganizationalUnitRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeOrganizationalUnitRequest.Builder,DescribeOrganizationalUnitRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeOrganizationalUnitRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DescribeOrganizationalUnitRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
organizationalUnitId() |
The unique identifier (ID) of the organizational unit that you want details about.
|
static Class<? extends DescribeOrganizationalUnitRequest.Builder> |
serializableBuilderClass() |
|
DescribeOrganizationalUnitRequest.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 details about. 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 DescribeOrganizationalUnitRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeOrganizationalUnitRequest.Builder,DescribeOrganizationalUnitRequest>
public static DescribeOrganizationalUnitRequest.Builder builder()
public static Class<? extends DescribeOrganizationalUnitRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.