@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()
For responses, this returns true if the service returned a value for the EgressFilterRules property.
|
int |
hashCode() |
boolean |
hasIngressFilterRules()
For responses, this returns true if the service returned a value for the IngressFilterRules property.
|
boolean |
hasNetworkServices()
For responses, this returns true if the service returned a value for the NetworkServices property.
|
boolean |
hasTags()
For responses, this returns true if the service returned a value for the Tags property.
|
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 final String trafficMirrorFilterId()
The ID of the Traffic Mirror filter.
public final boolean hasIngressFilterRules()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final 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.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasIngressFilterRules() method.
public final boolean hasEgressFilterRules()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final 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.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasEgressFilterRules() method.
public final 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.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasNetworkServices() method.
public final boolean hasNetworkServices()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final 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.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasNetworkServices() method.
public final String description()
The description of the Traffic Mirror filter.
public final boolean hasTags()
isEmpty() method on the property). This is useful
because the SDK will never return a null collection or map, but you may need to differentiate between the service
returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true
if a value for the property was specified in the request builder, and false if a value was not specified.public final 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.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasTags() method.
public TrafficMirrorFilter.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TrafficMirrorFilter.Builder,TrafficMirrorFilter>public static TrafficMirrorFilter.Builder builder()
public static Class<? extends TrafficMirrorFilter.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.