@Generated(value="software.amazon.awssdk:codegen") public final class Standard extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Standard.Builder,Standard>
Provides information about a specific security standard.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Standard.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Standard.Builder |
builder() |
String |
description()
A description of the standard.
|
Boolean |
enabledByDefault()
Whether the standard is enabled by default.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the standard.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Standard.Builder> |
serializableBuilderClass() |
String |
standardsArn()
The ARN of a standard.
|
StandardsManagedBy |
standardsManagedBy()
Provides details about the management of a standard.
|
Standard.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String standardsArn()
The ARN of a standard.
public final String name()
The name of the standard.
public final String description()
A description of the standard.
public final Boolean enabledByDefault()
Whether the standard is enabled by default. When Security Hub is enabled from the console, if a standard is enabled by default, the check box for that standard is selected by default.
When Security Hub is enabled using the EnableSecurityHub API operation, the standard is enabled by
default unless EnableDefaultStandards is set to false.
When Security Hub is enabled using the EnableSecurityHub API operation, the standard is
enabled by default unless EnableDefaultStandards is set to false.
public final StandardsManagedBy standardsManagedBy()
Provides details about the management of a standard.
public Standard.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Standard.Builder,Standard>public static Standard.Builder builder()
public static Class<? extends Standard.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.