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