@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateOrganizationalUnitResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateOrganizationalUnitResult() |
Modifier and Type | Method and Description |
---|---|
CreateOrganizationalUnitResult |
clone() |
boolean |
equals(Object obj) |
OrganizationalUnit |
getOrganizationalUnit()
A structure that contains details about the newly created OU.
|
int |
hashCode() |
void |
setOrganizationalUnit(OrganizationalUnit organizationalUnit)
A structure that contains details about the newly created OU.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateOrganizationalUnitResult |
withOrganizationalUnit(OrganizationalUnit organizationalUnit)
A structure that contains details about the newly created OU.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setOrganizationalUnit(OrganizationalUnit organizationalUnit)
A structure that contains details about the newly created OU.
organizationalUnit
- A structure that contains details about the newly created OU.public OrganizationalUnit getOrganizationalUnit()
A structure that contains details about the newly created OU.
public CreateOrganizationalUnitResult withOrganizationalUnit(OrganizationalUnit organizationalUnit)
A structure that contains details about the newly created OU.
organizationalUnit
- A structure that contains details about the newly created OU.public String toString()
toString
in class Object
Object.toString()
public CreateOrganizationalUnitResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.