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