Class StandardsControlAssociationId
- java.lang.Object
-
- software.amazon.awssdk.services.securityhub.model.StandardsControlAssociationId
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<StandardsControlAssociationId.Builder,StandardsControlAssociationId>
@Generated("software.amazon.awssdk:codegen") public final class StandardsControlAssociationId extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StandardsControlAssociationId.Builder,StandardsControlAssociationId>
An array with one or more objects that includes a security control (identified with
SecurityControlId,SecurityControlArn, or a mix of both parameters) and the Amazon Resource Name (ARN) of a standard. The security control ID or ARN is the same across standards.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStandardsControlAssociationId.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StandardsControlAssociationId.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()StringsecurityControlId()The unique identifier (identified withSecurityControlId,SecurityControlArn, or a mix of both parameters) of a security control across standards.static Class<? extends StandardsControlAssociationId.Builder>serializableBuilderClass()StringstandardsArn()The ARN of a standard.StandardsControlAssociationId.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
securityControlId
public final String securityControlId()
The unique identifier (identified with
SecurityControlId,SecurityControlArn, or a mix of both parameters) of a security control across standards.- Returns:
- The unique identifier (identified with
SecurityControlId,SecurityControlArn, or a mix of both parameters) of a security control across standards.
-
standardsArn
public final String standardsArn()
The ARN of a standard.
- Returns:
- The ARN of a standard.
-
toBuilder
public StandardsControlAssociationId.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<StandardsControlAssociationId.Builder,StandardsControlAssociationId>
-
builder
public static StandardsControlAssociationId.Builder builder()
-
serializableBuilderClass
public static Class<? extends StandardsControlAssociationId.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.
-
-