@Generated(value="software.amazon.awssdk:codegen") public final class DescribeOrganizationResponse extends OrganizationsResponse implements ToCopyableBuilder<DescribeOrganizationResponse.Builder,DescribeOrganizationResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeOrganizationResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeOrganizationResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Organization |
organization()
A structure that contains information about the organization.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeOrganizationResponse.Builder> |
serializableBuilderClass() |
DescribeOrganizationResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
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 DescribeOrganizationResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeOrganizationResponse.Builder,DescribeOrganizationResponse>toBuilder in class AwsResponsepublic static DescribeOrganizationResponse.Builder builder()
public static Class<? extends DescribeOrganizationResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.