@Generated(value="software.amazon.awssdk:codegen") public final class DnsRequestAction extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DnsRequestAction.Builder,DnsRequestAction>
Contains information about the DNS_REQUEST action described in this finding.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DnsRequestAction.Builder |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
blocked()
Indicates whether the targeted port is blocked.
|
static DnsRequestAction.Builder |
builder() |
String |
domain()
The domain information for the DNS query.
|
String |
domainWithSuffix()
The second and top level domain involved in the activity that prompted GuardDuty to generate this finding.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
protocol()
The network connection protocol observed in the activity that prompted GuardDuty to generate the finding.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DnsRequestAction.Builder> |
serializableBuilderClass() |
DnsRequestAction.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String domain()
The domain information for the DNS query.
public final String protocol()
The network connection protocol observed in the activity that prompted GuardDuty to generate the finding.
public final Boolean blocked()
Indicates whether the targeted port is blocked.
public final String domainWithSuffix()
The second and top level domain involved in the activity that prompted GuardDuty to generate this finding.
public DnsRequestAction.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DnsRequestAction.Builder,DnsRequestAction>public static DnsRequestAction.Builder builder()
public static Class<? extends DnsRequestAction.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.