Class ConfigurationPolicyAssociationSummary
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<ConfigurationPolicyAssociationSummary.Builder,
ConfigurationPolicyAssociationSummary>
An object that contains the details of a configuration policy association that’s returned in a
ListConfigurationPolicyAssociations
request.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionThe current status of the association between the specified target and the configuration.final String
The current status of the association between the specified target and the configuration.final String
The explanation for aFAILED
value forAssociationStatus
.final AssociationType
Indicates whether the association between the specified target and the configuration was directly applied by the Security Hub delegated administrator or inherited from a parent.final String
Indicates whether the association between the specified target and the configuration was directly applied by the Security Hub delegated administrator or inherited from a parent.builder()
final String
The universally unique identifier (UUID) of the configuration policy.final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final int
hashCode()
static Class
<? extends ConfigurationPolicyAssociationSummary.Builder> final String
targetId()
The identifier of the target account, organizational unit, or the root.final TargetType
Specifies whether the target is an Amazon Web Services account, organizational unit, or the root.final String
Specifies whether the target is an Amazon Web Services account, organizational unit, or the root.Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.final Instant
The date and time, in UTC and ISO 8601 format, that the configuration policy association was last updated.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
configurationPolicyId
The universally unique identifier (UUID) of the configuration policy.
- Returns:
- The universally unique identifier (UUID) of the configuration policy.
-
targetId
The identifier of the target account, organizational unit, or the root.
- Returns:
- The identifier of the target account, organizational unit, or the root.
-
targetType
Specifies whether the target is an Amazon Web Services account, organizational unit, or the root.
If the service returns an enum value that is not available in the current SDK version,
targetType
will returnTargetType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromtargetTypeAsString()
.- Returns:
- Specifies whether the target is an Amazon Web Services account, organizational unit, or the root.
- See Also:
-
targetTypeAsString
Specifies whether the target is an Amazon Web Services account, organizational unit, or the root.
If the service returns an enum value that is not available in the current SDK version,
targetType
will returnTargetType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromtargetTypeAsString()
.- Returns:
- Specifies whether the target is an Amazon Web Services account, organizational unit, or the root.
- See Also:
-
associationType
Indicates whether the association between the specified target and the configuration was directly applied by the Security Hub delegated administrator or inherited from a parent.
If the service returns an enum value that is not available in the current SDK version,
associationType
will returnAssociationType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromassociationTypeAsString()
.- Returns:
- Indicates whether the association between the specified target and the configuration was directly applied by the Security Hub delegated administrator or inherited from a parent.
- See Also:
-
associationTypeAsString
Indicates whether the association between the specified target and the configuration was directly applied by the Security Hub delegated administrator or inherited from a parent.
If the service returns an enum value that is not available in the current SDK version,
associationType
will returnAssociationType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromassociationTypeAsString()
.- Returns:
- Indicates whether the association between the specified target and the configuration was directly applied by the Security Hub delegated administrator or inherited from a parent.
- See Also:
-
updatedAt
The date and time, in UTC and ISO 8601 format, that the configuration policy association was last updated.
- Returns:
- The date and time, in UTC and ISO 8601 format, that the configuration policy association was last updated.
-
associationStatus
The current status of the association between the specified target and the configuration.
If the service returns an enum value that is not available in the current SDK version,
associationStatus
will returnConfigurationPolicyAssociationStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromassociationStatusAsString()
.- Returns:
- The current status of the association between the specified target and the configuration.
- See Also:
-
associationStatusAsString
The current status of the association between the specified target and the configuration.
If the service returns an enum value that is not available in the current SDK version,
associationStatus
will returnConfigurationPolicyAssociationStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromassociationStatusAsString()
.- Returns:
- The current status of the association between the specified target and the configuration.
- See Also:
-
associationStatusMessage
The explanation for a
FAILED
value forAssociationStatus
.- Returns:
- The explanation for a
FAILED
value forAssociationStatus
.
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<ConfigurationPolicyAssociationSummary.Builder,
ConfigurationPolicyAssociationSummary> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
public static Class<? extends ConfigurationPolicyAssociationSummary.Builder> serializableBuilderClass() -
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-