@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifyTrafficMirrorFilterNetworkServicesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<ModifyTrafficMirrorFilterNetworkServicesRequest>
NOOP
Constructor and Description |
---|
ModifyTrafficMirrorFilterNetworkServicesRequest() |
Modifier and Type | Method and Description |
---|---|
ModifyTrafficMirrorFilterNetworkServicesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getAddNetworkServices()
The network service, for example Amazon DNS, that you want to mirror.
|
Request<ModifyTrafficMirrorFilterNetworkServicesRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
List<String> |
getRemoveNetworkServices()
The network service, for example Amazon DNS, that you no longer want to mirror.
|
String |
getTrafficMirrorFilterId()
The ID of the Traffic Mirror filter.
|
int |
hashCode() |
void |
setAddNetworkServices(Collection<String> addNetworkServices)
The network service, for example Amazon DNS, that you want to mirror.
|
void |
setRemoveNetworkServices(Collection<String> removeNetworkServices)
The network service, for example Amazon DNS, that you no longer want to mirror.
|
void |
setTrafficMirrorFilterId(String trafficMirrorFilterId)
The ID of the Traffic Mirror filter.
|
String |
toString()
Returns a string representation of this object.
|
ModifyTrafficMirrorFilterNetworkServicesRequest |
withAddNetworkServices(Collection<String> addNetworkServices)
The network service, for example Amazon DNS, that you want to mirror.
|
ModifyTrafficMirrorFilterNetworkServicesRequest |
withAddNetworkServices(String... addNetworkServices)
The network service, for example Amazon DNS, that you want to mirror.
|
ModifyTrafficMirrorFilterNetworkServicesRequest |
withAddNetworkServices(TrafficMirrorNetworkService... addNetworkServices)
The network service, for example Amazon DNS, that you want to mirror.
|
ModifyTrafficMirrorFilterNetworkServicesRequest |
withRemoveNetworkServices(Collection<String> removeNetworkServices)
The network service, for example Amazon DNS, that you no longer want to mirror.
|
ModifyTrafficMirrorFilterNetworkServicesRequest |
withRemoveNetworkServices(String... removeNetworkServices)
The network service, for example Amazon DNS, that you no longer want to mirror.
|
ModifyTrafficMirrorFilterNetworkServicesRequest |
withRemoveNetworkServices(TrafficMirrorNetworkService... removeNetworkServices)
The network service, for example Amazon DNS, that you no longer want to mirror.
|
ModifyTrafficMirrorFilterNetworkServicesRequest |
withTrafficMirrorFilterId(String trafficMirrorFilterId)
The ID of the Traffic Mirror filter.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public ModifyTrafficMirrorFilterNetworkServicesRequest()
public void setTrafficMirrorFilterId(String trafficMirrorFilterId)
The ID of the Traffic Mirror filter.
trafficMirrorFilterId
- The ID of the Traffic Mirror filter.public String getTrafficMirrorFilterId()
The ID of the Traffic Mirror filter.
public ModifyTrafficMirrorFilterNetworkServicesRequest withTrafficMirrorFilterId(String trafficMirrorFilterId)
The ID of the Traffic Mirror filter.
trafficMirrorFilterId
- The ID of the Traffic Mirror filter.public List<String> getAddNetworkServices()
The network service, for example Amazon DNS, that you want to mirror.
TrafficMirrorNetworkService
public void setAddNetworkServices(Collection<String> addNetworkServices)
The network service, for example Amazon DNS, that you want to mirror.
addNetworkServices
- The network service, for example Amazon DNS, that you want to mirror.TrafficMirrorNetworkService
public ModifyTrafficMirrorFilterNetworkServicesRequest withAddNetworkServices(String... addNetworkServices)
The network service, for example Amazon DNS, that you want to mirror.
NOTE: This method appends the values to the existing list (if any). Use
setAddNetworkServices(java.util.Collection)
or withAddNetworkServices(java.util.Collection)
if
you want to override the existing values.
addNetworkServices
- The network service, for example Amazon DNS, that you want to mirror.TrafficMirrorNetworkService
public ModifyTrafficMirrorFilterNetworkServicesRequest withAddNetworkServices(Collection<String> addNetworkServices)
The network service, for example Amazon DNS, that you want to mirror.
addNetworkServices
- The network service, for example Amazon DNS, that you want to mirror.TrafficMirrorNetworkService
public ModifyTrafficMirrorFilterNetworkServicesRequest withAddNetworkServices(TrafficMirrorNetworkService... addNetworkServices)
The network service, for example Amazon DNS, that you want to mirror.
addNetworkServices
- The network service, for example Amazon DNS, that you want to mirror.TrafficMirrorNetworkService
public List<String> getRemoveNetworkServices()
The network service, for example Amazon DNS, that you no longer want to mirror.
TrafficMirrorNetworkService
public void setRemoveNetworkServices(Collection<String> removeNetworkServices)
The network service, for example Amazon DNS, that you no longer want to mirror.
removeNetworkServices
- The network service, for example Amazon DNS, that you no longer want to mirror.TrafficMirrorNetworkService
public ModifyTrafficMirrorFilterNetworkServicesRequest withRemoveNetworkServices(String... removeNetworkServices)
The network service, for example Amazon DNS, that you no longer want to mirror.
NOTE: This method appends the values to the existing list (if any). Use
setRemoveNetworkServices(java.util.Collection)
or
withRemoveNetworkServices(java.util.Collection)
if you want to override the existing values.
removeNetworkServices
- The network service, for example Amazon DNS, that you no longer want to mirror.TrafficMirrorNetworkService
public ModifyTrafficMirrorFilterNetworkServicesRequest withRemoveNetworkServices(Collection<String> removeNetworkServices)
The network service, for example Amazon DNS, that you no longer want to mirror.
removeNetworkServices
- The network service, for example Amazon DNS, that you no longer want to mirror.TrafficMirrorNetworkService
public ModifyTrafficMirrorFilterNetworkServicesRequest withRemoveNetworkServices(TrafficMirrorNetworkService... removeNetworkServices)
The network service, for example Amazon DNS, that you no longer want to mirror.
removeNetworkServices
- The network service, for example Amazon DNS, that you no longer want to mirror.TrafficMirrorNetworkService
public Request<ModifyTrafficMirrorFilterNetworkServicesRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<ModifyTrafficMirrorFilterNetworkServicesRequest>
public String toString()
toString
in class Object
Object.toString()
public ModifyTrafficMirrorFilterNetworkServicesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()