Class PolicyTargetSummary
- java.lang.Object
-
- software.amazon.awssdk.services.organizations.model.PolicyTargetSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PolicyTargetSummary.Builder,PolicyTargetSummary>
@Generated("software.amazon.awssdk:codegen") public final class PolicyTargetSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PolicyTargetSummary.Builder,PolicyTargetSummary>
Contains information about a root, OU, or account that a policy is attached to.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePolicyTargetSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The Amazon Resource Name (ARN) of the policy target.static PolicyTargetSummary.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The friendly name of the policy target.List<SdkField<?>>sdkFields()static Class<? extends PolicyTargetSummary.Builder>serializableBuilderClass()StringtargetId()The unique identifier (ID) of the policy target.PolicyTargetSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.TargetTypetype()The type of the policy target.StringtypeAsString()The type of the policy target.-
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
-
targetId
public final String targetId()
The unique identifier (ID) of the policy target.
The regex pattern for a target ID string requires one of the following:
-
Root - A string that begins with "r-" followed by from 4 to 32 lowercase letters or digits.
-
Account - A string that consists of exactly 12 digits.
-
Organizational unit (OU) - A string that begins with "ou-" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second "-" dash and from 8 to 32 additional lowercase letters or digits.
- Returns:
- The unique identifier (ID) of the policy target.
The regex pattern for a target ID string requires one of the following:
-
Root - A string that begins with "r-" followed by from 4 to 32 lowercase letters or digits.
-
Account - A string that consists of exactly 12 digits.
-
Organizational unit (OU) - A string that begins with "ou-" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second "-" dash and from 8 to 32 additional lowercase letters or digits.
-
-
-
arn
public final String arn()
The Amazon Resource Name (ARN) of the policy target.
For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the Amazon Web Services Service Authorization Reference.
- Returns:
- The Amazon Resource Name (ARN) of the policy target.
For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the Amazon Web Services Service Authorization Reference.
-
name
public final String name()
The friendly name of the policy target.
The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.
- Returns:
- The friendly name of the policy target.
The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.
-
type
public final TargetType type()
The type of the policy target.
If the service returns an enum value that is not available in the current SDK version,
typewill returnTargetType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of the policy target.
- See Also:
TargetType
-
typeAsString
public final String typeAsString()
The type of the policy target.
If the service returns an enum value that is not available in the current SDK version,
typewill returnTargetType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of the policy target.
- See Also:
TargetType
-
toBuilder
public PolicyTargetSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PolicyTargetSummary.Builder,PolicyTargetSummary>
-
builder
public static PolicyTargetSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends PolicyTargetSummary.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.
-
-