@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifyTrafficMirrorFilterNetworkServicesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ModifyTrafficMirrorFilterNetworkServicesResult() |
Modifier and Type | Method and Description |
---|---|
ModifyTrafficMirrorFilterNetworkServicesResult |
clone() |
boolean |
equals(Object obj) |
TrafficMirrorFilter |
getTrafficMirrorFilter()
The Traffic Mirror filter that the network service is associated with.
|
int |
hashCode() |
void |
setTrafficMirrorFilter(TrafficMirrorFilter trafficMirrorFilter)
The Traffic Mirror filter that the network service is associated with.
|
String |
toString()
Returns a string representation of this object.
|
ModifyTrafficMirrorFilterNetworkServicesResult |
withTrafficMirrorFilter(TrafficMirrorFilter trafficMirrorFilter)
The Traffic Mirror filter that the network service is associated with.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ModifyTrafficMirrorFilterNetworkServicesResult()
public void setTrafficMirrorFilter(TrafficMirrorFilter trafficMirrorFilter)
The Traffic Mirror filter that the network service is associated with.
trafficMirrorFilter
- The Traffic Mirror filter that the network service is associated with.public TrafficMirrorFilter getTrafficMirrorFilter()
The Traffic Mirror filter that the network service is associated with.
public ModifyTrafficMirrorFilterNetworkServicesResult withTrafficMirrorFilter(TrafficMirrorFilter trafficMirrorFilter)
The Traffic Mirror filter that the network service is associated with.
trafficMirrorFilter
- The Traffic Mirror filter that the network service is associated with.public String toString()
toString
in class Object
Object.toString()
public ModifyTrafficMirrorFilterNetworkServicesResult clone()