@Generated(value="software.amazon.awssdk:codegen") public final class NetworkConnectionAction extends Object implements StructuredPojo, ToCopyableBuilder<NetworkConnectionAction.Builder,NetworkConnectionAction>
Modifier and Type | Class and Description |
---|---|
static interface |
NetworkConnectionAction.Builder |
Modifier and Type | Method and Description |
---|---|
Boolean |
blocked()
Network connection blocked information.
|
static NetworkConnectionAction.Builder |
builder() |
String |
connectionDirection()
Network connection direction.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
LocalPortDetails |
localPortDetails()
Local port information of the connection.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
protocol()
Network connection protocol.
|
RemoteIpDetails |
remoteIpDetails()
Remote IP information of the connection.
|
RemotePortDetails |
remotePortDetails()
Remote port information of the connection.
|
static Class<? extends NetworkConnectionAction.Builder> |
serializableBuilderClass() |
NetworkConnectionAction.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public Boolean blocked()
public String connectionDirection()
public LocalPortDetails localPortDetails()
public String protocol()
public RemoteIpDetails remoteIpDetails()
public RemotePortDetails remotePortDetails()
public NetworkConnectionAction.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<NetworkConnectionAction.Builder,NetworkConnectionAction>
public static NetworkConnectionAction.Builder builder()
public static Class<? extends NetworkConnectionAction.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.