@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. 
 | 
DescribeOrganizationResult | 
withOrganization(Organization organization)
 A structure that contains information about the organization. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setOrganization(Organization organization)
A structure that contains information about the organization.
 The AvailablePolicyTypes part of the response is deprecated, and you shouldn't use it in your apps.
 It doesn't include any policy type supported by Organizations other than SCPs. To determine which policy types
 are enabled in your organization, use the  ListRoots  operation.
 
organization - A structure that contains information about the organization. 
        The AvailablePolicyTypes part of the response is deprecated, and you shouldn't use it in your
        apps. It doesn't include any policy type supported by Organizations other than SCPs. To determine which
        policy types are enabled in your organization, use the  ListRoots  operation.
        
public Organization getOrganization()
A structure that contains information about the organization.
 The AvailablePolicyTypes part of the response is deprecated, and you shouldn't use it in your apps.
 It doesn't include any policy type supported by Organizations other than SCPs. To determine which policy types
 are enabled in your organization, use the  ListRoots  operation.
 
         The AvailablePolicyTypes part of the response is deprecated, and you shouldn't use it in
         your apps. It doesn't include any policy type supported by Organizations other than SCPs. To determine
         which policy types are enabled in your organization, use the  ListRoots  operation.
         
public DescribeOrganizationResult withOrganization(Organization organization)
A structure that contains information about the organization.
 The AvailablePolicyTypes part of the response is deprecated, and you shouldn't use it in your apps.
 It doesn't include any policy type supported by Organizations other than SCPs. To determine which policy types
 are enabled in your organization, use the  ListRoots  operation.
 
organization - A structure that contains information about the organization. 
        The AvailablePolicyTypes part of the response is deprecated, and you shouldn't use it in your
        apps. It doesn't include any policy type supported by Organizations other than SCPs. To determine which
        policy types are enabled in your organization, use the  ListRoots  operation.
        
public String toString()
toString in class ObjectObject.toString()public DescribeOrganizationResult clone()