@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() |
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, copyBaseTo, 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, withSdkRequestTimeoutpublic 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.
TrafficMirrorNetworkServicepublic 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.TrafficMirrorNetworkServicepublic 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.TrafficMirrorNetworkServicepublic 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.TrafficMirrorNetworkServicepublic 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.TrafficMirrorNetworkServicepublic List<String> getRemoveNetworkServices()
The network service, for example Amazon DNS, that you no longer want to mirror.
TrafficMirrorNetworkServicepublic 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.TrafficMirrorNetworkServicepublic 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.TrafficMirrorNetworkServicepublic 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.TrafficMirrorNetworkServicepublic 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.TrafficMirrorNetworkServicepublic Request<ModifyTrafficMirrorFilterNetworkServicesRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<ModifyTrafficMirrorFilterNetworkServicesRequest>public String toString()
toString in class ObjectObject.toString()public ModifyTrafficMirrorFilterNetworkServicesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.