@Generated(value="software.amazon.awssdk:codegen") public final class AssociatedStandard extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AssociatedStandard.Builder,AssociatedStandard>
Information about an enabled security standard in which a security control is enabled.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AssociatedStandard.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AssociatedStandard.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AssociatedStandard.Builder> |
serializableBuilderClass() |
String |
standardsId()
The unique identifier of a standard in which a control is enabled.
|
AssociatedStandard.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String standardsId()
The unique identifier of a standard in which a control is enabled. This field consists of the resource portion of the Amazon Resource Name (ARN) returned for a standard in the DescribeStandards API response.
public AssociatedStandard.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AssociatedStandard.Builder,AssociatedStandard>public static AssociatedStandard.Builder builder()
public static Class<? extends AssociatedStandard.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.