@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
StandardsControlAssociationId.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StandardsControlAssociationId.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
String |
securityControlId()
The unique identifier (identified with
SecurityControlId, SecurityControlArn, or a mix
of both parameters) of a security control across standards. |
static Class<? extends StandardsControlAssociationId.Builder> |
serializableBuilderClass() |
String |
standardsArn()
The ARN of a standard.
|
StandardsControlAssociationId.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String securityControlId()
The unique identifier (identified with SecurityControlId, SecurityControlArn, or a mix
of both parameters) of a security control across standards.
SecurityControlId, SecurityControlArn,
or a mix of both parameters) of a security control across standards.public final String standardsArn()
The ARN of a standard.
public StandardsControlAssociationId.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StandardsControlAssociationId.Builder,StandardsControlAssociationId>public static StandardsControlAssociationId.Builder builder()
public static Class<? extends StandardsControlAssociationId.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.