@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeOrganizationalUnitRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeOrganizationalUnitRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeOrganizationalUnitRequest |
clone() |
boolean |
equals(Object obj) |
String |
getOrganizationalUnitId()
The unique identifier (ID) of the organizational unit that you want details about.
|
int |
hashCode() |
void |
setOrganizationalUnitId(String organizationalUnitId)
The unique identifier (ID) of the organizational unit that you want details about.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeOrganizationalUnitRequest |
withOrganizationalUnitId(String organizationalUnitId)
The unique identifier (ID) of the organizational unit that you want details about.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setOrganizationalUnitId(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.
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.
public String getOrganizationalUnitId()
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 withOrganizationalUnitId(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.
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.
public String toString()
toString in class ObjectObject.toString()public DescribeOrganizationalUnitRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.