Class PolicyTypeSummary
- java.lang.Object
-
- software.amazon.awssdk.services.organizations.model.PolicyTypeSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PolicyTypeSummary.Builder,PolicyTypeSummary>
@Generated("software.amazon.awssdk:codegen") public final class PolicyTypeSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PolicyTypeSummary.Builder,PolicyTypeSummary>
Contains information about a policy type and its status in the associated root.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePolicyTypeSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PolicyTypeSummary.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends PolicyTypeSummary.Builder>serializableBuilderClass()PolicyTypeStatusstatus()The status of the policy type as it relates to the associated root.StringstatusAsString()The status of the policy type as it relates to the associated root.PolicyTypeSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.PolicyTypetype()The name of the policy type.StringtypeAsString()The name of the policy type.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
type
public final PolicyType type()
The name of the policy type.
If the service returns an enum value that is not available in the current SDK version,
typewill returnPolicyType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The name of the policy type.
- See Also:
PolicyType
-
typeAsString
public final String typeAsString()
The name of the policy type.
If the service returns an enum value that is not available in the current SDK version,
typewill returnPolicyType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The name of the policy type.
- See Also:
PolicyType
-
status
public final PolicyTypeStatus status()
The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnPolicyTypeStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.
- See Also:
PolicyTypeStatus
-
statusAsString
public final String statusAsString()
The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnPolicyTypeStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.
- See Also:
PolicyTypeStatus
-
toBuilder
public PolicyTypeSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PolicyTypeSummary.Builder,PolicyTypeSummary>
-
builder
public static PolicyTypeSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends PolicyTypeSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-