@Generated(value="software.amazon.awssdk:codegen") public final class TrafficMirrorFilter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TrafficMirrorFilter.Builder,TrafficMirrorFilter>
Describes the Traffic Mirror filter.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TrafficMirrorFilter.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TrafficMirrorFilter.Builder |
builder() |
String |
description()
The description of the Traffic Mirror filter.
|
List<TrafficMirrorFilterRule> |
egressFilterRules()
Information about the egress rules that are associated with the Traffic Mirror filter.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasEgressFilterRules()
Returns true if the EgressFilterRules property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasIngressFilterRules()
Returns true if the IngressFilterRules property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
boolean |
hasNetworkServices()
Returns true if the NetworkServices property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
boolean |
hasTags()
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
List<TrafficMirrorFilterRule> |
ingressFilterRules()
Information about the ingress rules that are associated with the Traffic Mirror filter.
|
List<TrafficMirrorNetworkService> |
networkServices()
The network service traffic that is associated with the Traffic Mirror filter.
|
List<String> |
networkServicesAsStrings()
The network service traffic that is associated with the Traffic Mirror filter.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TrafficMirrorFilter.Builder> |
serializableBuilderClass() |
List<Tag> |
tags()
The tags assigned to the Traffic Mirror filter.
|
TrafficMirrorFilter.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
trafficMirrorFilterId()
The ID of the Traffic Mirror filter.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String trafficMirrorFilterId()
The ID of the Traffic Mirror filter.
public boolean hasIngressFilterRules()
public List<TrafficMirrorFilterRule> ingressFilterRules()
Information about the ingress rules that are associated with the Traffic Mirror filter.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasIngressFilterRules() to see if a value was sent in this field.
public boolean hasEgressFilterRules()
public List<TrafficMirrorFilterRule> egressFilterRules()
Information about the egress rules that are associated with the Traffic Mirror filter.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasEgressFilterRules() to see if a value was sent in this field.
public List<TrafficMirrorNetworkService> networkServices()
The network service traffic that is associated with the Traffic Mirror filter.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasNetworkServices() to see if a value was sent in this field.
public boolean hasNetworkServices()
public List<String> networkServicesAsStrings()
The network service traffic that is associated with the Traffic Mirror filter.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasNetworkServices() to see if a value was sent in this field.
public String description()
The description of the Traffic Mirror filter.
public boolean hasTags()
public List<Tag> tags()
The tags assigned to the Traffic Mirror filter.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTags() to see if a value was sent in this field.
public TrafficMirrorFilter.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TrafficMirrorFilter.Builder,TrafficMirrorFilter>public static TrafficMirrorFilter.Builder builder()
public static Class<? extends TrafficMirrorFilter.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.