@Generated(value="software.amazon.awssdk:codegen") public final class AwsGuardDutyDetectorDataSourcesDnsLogsDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsGuardDutyDetectorDataSourcesDnsLogsDetails.Builder,AwsGuardDutyDetectorDataSourcesDnsLogsDetails>
An object that contains information on the status of DNS logs as a data source for the detector.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsGuardDutyDetectorDataSourcesDnsLogsDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AwsGuardDutyDetectorDataSourcesDnsLogsDetails.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 AwsGuardDutyDetectorDataSourcesDnsLogsDetails.Builder> |
serializableBuilderClass() |
String |
status()
Describes whether DNS logs is enabled as a data source for the detector.
|
AwsGuardDutyDetectorDataSourcesDnsLogsDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String status()
Describes whether DNS logs is enabled as a data source for the detector.
public AwsGuardDutyDetectorDataSourcesDnsLogsDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsGuardDutyDetectorDataSourcesDnsLogsDetails.Builder,AwsGuardDutyDetectorDataSourcesDnsLogsDetails>public static AwsGuardDutyDetectorDataSourcesDnsLogsDetails.Builder builder()
public static Class<? extends AwsGuardDutyDetectorDataSourcesDnsLogsDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.