@Generated(value="software.amazon.awssdk:codegen") public final class AwsGuardDutyDetectorFeaturesDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsGuardDutyDetectorFeaturesDetails.Builder,AwsGuardDutyDetectorFeaturesDetails>
Describes which features are activated for the detector.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsGuardDutyDetectorFeaturesDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AwsGuardDutyDetectorFeaturesDetails.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
Indicates the name of the feature that is activated for the detector.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsGuardDutyDetectorFeaturesDetails.Builder> |
serializableBuilderClass() |
String |
status()
Indicates the status of the feature that is activated for the detector.
|
AwsGuardDutyDetectorFeaturesDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
Indicates the name of the feature that is activated for the detector.
public final String status()
Indicates the status of the feature that is activated for the detector.
public AwsGuardDutyDetectorFeaturesDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsGuardDutyDetectorFeaturesDetails.Builder,AwsGuardDutyDetectorFeaturesDetails>public static AwsGuardDutyDetectorFeaturesDetails.Builder builder()
public static Class<? extends AwsGuardDutyDetectorFeaturesDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.