Class StandardsControlAssociationUpdate
- java.lang.Object
-
- software.amazon.awssdk.services.securityhub.model.StandardsControlAssociationUpdate
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<StandardsControlAssociationUpdate.Builder,StandardsControlAssociationUpdate>
@Generated("software.amazon.awssdk:codegen") public final class StandardsControlAssociationUpdate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StandardsControlAssociationUpdate.Builder,StandardsControlAssociationUpdate>
An array of requested updates to the enablement status of controls in specified standards. The objects in the array include a security control ID, the Amazon Resource Name (ARN) of the standard, the requested enablement status, and the reason for updating the enablement status.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStandardsControlAssociationUpdate.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AssociationStatusassociationStatus()The desired enablement status of the control in the standard.StringassociationStatusAsString()The desired enablement status of the control in the standard.static StandardsControlAssociationUpdate.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()StringsecurityControlId()The unique identifier for the security control whose enablement status you want to update.static Class<? extends StandardsControlAssociationUpdate.Builder>serializableBuilderClass()StringstandardsArn()The Amazon Resource Name (ARN) of the standard in which you want to update the control's enablement status.StandardsControlAssociationUpdate.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringupdatedReason()The reason for updating the control's enablement status in the standard.-
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
-
standardsArn
public final String standardsArn()
The Amazon Resource Name (ARN) of the standard in which you want to update the control's enablement status.
- Returns:
- The Amazon Resource Name (ARN) of the standard in which you want to update the control's enablement status.
-
securityControlId
public final String securityControlId()
The unique identifier for the security control whose enablement status you want to update.
- Returns:
- The unique identifier for the security control whose enablement status you want to update.
-
associationStatus
public final AssociationStatus associationStatus()
The desired enablement status of the control in the standard.
If the service returns an enum value that is not available in the current SDK version,
associationStatuswill returnAssociationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromassociationStatusAsString().- Returns:
- The desired enablement status of the control in the standard.
- See Also:
AssociationStatus
-
associationStatusAsString
public final String associationStatusAsString()
The desired enablement status of the control in the standard.
If the service returns an enum value that is not available in the current SDK version,
associationStatuswill returnAssociationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromassociationStatusAsString().- Returns:
- The desired enablement status of the control in the standard.
- See Also:
AssociationStatus
-
updatedReason
public final String updatedReason()
The reason for updating the control's enablement status in the standard.
- Returns:
- The reason for updating the control's enablement status in the standard.
-
toBuilder
public StandardsControlAssociationUpdate.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<StandardsControlAssociationUpdate.Builder,StandardsControlAssociationUpdate>
-
builder
public static StandardsControlAssociationUpdate.Builder builder()
-
serializableBuilderClass
public static Class<? extends StandardsControlAssociationUpdate.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-