@Generated(value="software.amazon.awssdk:codegen") public final class ModifyTrafficMirrorFilterNetworkServicesRequest extends Ec2Request implements ToCopyableBuilder<ModifyTrafficMirrorFilterNetworkServicesRequest.Builder,ModifyTrafficMirrorFilterNetworkServicesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ModifyTrafficMirrorFilterNetworkServicesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<TrafficMirrorNetworkService> |
addNetworkServices()
The network service, for example Amazon DNS, that you want to mirror.
|
List<String> |
addNetworkServicesAsStrings()
The network service, for example Amazon DNS, that you want to mirror.
|
static ModifyTrafficMirrorFilterNetworkServicesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<TrafficMirrorNetworkService> |
removeNetworkServices()
The network service, for example Amazon DNS, that you no longer want to mirror.
|
List<String> |
removeNetworkServicesAsStrings()
The network service, for example Amazon DNS, that you no longer want to mirror.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ModifyTrafficMirrorFilterNetworkServicesRequest.Builder> |
serializableBuilderClass() |
ModifyTrafficMirrorFilterNetworkServicesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
trafficMirrorFilterId()
The ID of the Traffic Mirror filter.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String trafficMirrorFilterId()
The ID of the Traffic Mirror filter.
public List<TrafficMirrorNetworkService> addNetworkServices()
The network service, for example Amazon DNS, that you want to mirror.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<String> addNetworkServicesAsStrings()
The network service, for example Amazon DNS, that you want to mirror.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<TrafficMirrorNetworkService> removeNetworkServices()
The network service, for example Amazon DNS, that you no longer want to mirror.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<String> removeNetworkServicesAsStrings()
The network service, for example Amazon DNS, that you no longer want to mirror.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public ModifyTrafficMirrorFilterNetworkServicesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ModifyTrafficMirrorFilterNetworkServicesRequest.Builder,ModifyTrafficMirrorFilterNetworkServicesRequest>toBuilder in class Ec2Requestpublic static ModifyTrafficMirrorFilterNetworkServicesRequest.Builder builder()
public static Class<? extends ModifyTrafficMirrorFilterNetworkServicesRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.