@Generated(value="software.amazon.awssdk:codegen") public final class Network extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Network.Builder,Network>
The details of network-related information about a finding.
Modifier and Type | Class and Description |
---|---|
static interface |
Network.Builder |
Modifier and Type | Method and Description |
---|---|
static Network.Builder |
builder() |
String |
destinationDomain()
The destination domain of network-related information about a finding.
|
String |
destinationIpV4()
The destination IPv4 address of network-related information about a finding.
|
String |
destinationIpV6()
The destination IPv6 address of network-related information about a finding.
|
Integer |
destinationPort()
The destination port of network-related information about a finding.
|
NetworkDirection |
direction()
Indicates the direction of network traffic associated with a finding.
|
String |
directionAsString()
Indicates the direction of network traffic associated with a finding.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
protocol()
The protocol of network-related information about a finding.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Network.Builder> |
serializableBuilderClass() |
String |
sourceDomain()
The source domain of network-related information about a finding.
|
String |
sourceIpV4()
The source IPv4 address of network-related information about a finding.
|
String |
sourceIpV6()
The source IPv6 address of network-related information about a finding.
|
String |
sourceMac()
The source media access control (MAC) address of network-related information about a finding.
|
Integer |
sourcePort()
The source port of network-related information about a finding.
|
Network.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public NetworkDirection direction()
Indicates the direction of network traffic associated with a finding.
If the service returns an enum value that is not available in the current SDK version, direction
will
return NetworkDirection.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
directionAsString()
.
NetworkDirection
public String directionAsString()
Indicates the direction of network traffic associated with a finding.
If the service returns an enum value that is not available in the current SDK version, direction
will
return NetworkDirection.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
directionAsString()
.
NetworkDirection
public String protocol()
The protocol of network-related information about a finding.
public String sourceIpV4()
The source IPv4 address of network-related information about a finding.
public String sourceIpV6()
The source IPv6 address of network-related information about a finding.
public Integer sourcePort()
The source port of network-related information about a finding.
public String sourceDomain()
The source domain of network-related information about a finding.
public String sourceMac()
The source media access control (MAC) address of network-related information about a finding.
public String destinationIpV4()
The destination IPv4 address of network-related information about a finding.
public String destinationIpV6()
The destination IPv6 address of network-related information about a finding.
public Integer destinationPort()
The destination port of network-related information about a finding.
public String destinationDomain()
The destination domain of network-related information about a finding.
public Network.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Network.Builder,Network>
public static Network.Builder builder()
public static Class<? extends Network.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.