Class ResourceSynchronizationStatusSummary
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ResourceSynchronizationStatusSummary.Builder,ResourceSynchronizationStatusSummary>
The synchronization status of a resource covered by a deployment.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal StringThe AWS account ID that owns the resource.builder()final StringThe ARN of the deployment that the synchronization status is associated with.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final InstantThe time when the synchronization status was last evaluated.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final OutOfSyncReasonsViewThe reasons the resource is out of sync, keyed by firewall type.final RemediationIssuesViewDetails about remediation issues, keyed by firewall type.final StringThe ARN of the resource whose synchronization status is reported.final ResourceTypeThe type of the resource, in AWS CloudFormation format.final StringThe type of the resource, in AWS CloudFormation format.static Class<? extends ResourceSynchronizationStatusSummary.Builder> final SynchronizationStatusThe synchronization status of the resource, such asIN_SYNCorOUT_OF_SYNC.final StringThe synchronization status of the resource, such asIN_SYNCorOUT_OF_SYNC.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.final InstantThe time when the resource was last updated.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
synchronizationStatus
The synchronization status of the resource, such as
IN_SYNCorOUT_OF_SYNC.If the service returns an enum value that is not available in the current SDK version,
synchronizationStatuswill returnSynchronizationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsynchronizationStatusAsString().- Returns:
- The synchronization status of the resource, such as
IN_SYNCorOUT_OF_SYNC. - See Also:
-
synchronizationStatusAsString
The synchronization status of the resource, such as
IN_SYNCorOUT_OF_SYNC.If the service returns an enum value that is not available in the current SDK version,
synchronizationStatuswill returnSynchronizationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsynchronizationStatusAsString().- Returns:
- The synchronization status of the resource, such as
IN_SYNCorOUT_OF_SYNC. - See Also:
-
accountId
The AWS account ID that owns the resource.
- Returns:
- The AWS account ID that owns the resource.
-
resourceArn
The ARN of the resource whose synchronization status is reported.
- Returns:
- The ARN of the resource whose synchronization status is reported.
-
deploymentArn
The ARN of the deployment that the synchronization status is associated with. This is absent for aggregate (cross-deployment) statuses.
- Returns:
- The ARN of the deployment that the synchronization status is associated with. This is absent for aggregate (cross-deployment) statuses.
-
resourceType
The type of the resource, in AWS CloudFormation format.
If the service returns an enum value that is not available in the current SDK version,
resourceTypewill returnResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromresourceTypeAsString().- Returns:
- The type of the resource, in AWS CloudFormation format.
- See Also:
-
resourceTypeAsString
The type of the resource, in AWS CloudFormation format.
If the service returns an enum value that is not available in the current SDK version,
resourceTypewill returnResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromresourceTypeAsString().- Returns:
- The type of the resource, in AWS CloudFormation format.
- See Also:
-
updatedAt
The time when the resource was last updated.
- Returns:
- The time when the resource was last updated.
-
outOfSyncReasons
The reasons the resource is out of sync, keyed by firewall type. This is null when the resource is in sync.
- Returns:
- The reasons the resource is out of sync, keyed by firewall type. This is null when the resource is in sync.
-
remediationIssues
Details about remediation issues, keyed by firewall type. This is null when there are no remediation issues.
- Returns:
- Details about remediation issues, keyed by firewall type. This is null when there are no remediation issues.
-
evaluatedAt
The time when the synchronization status was last evaluated.
- Returns:
- The time when the synchronization status was last evaluated.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<ResourceSynchronizationStatusSummary.Builder,ResourceSynchronizationStatusSummary> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
public static Class<? extends ResourceSynchronizationStatusSummary.Builder> serializableBuilderClass() -
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin 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
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo- Returns:
- The mapping between the field name and its corresponding field.
-