@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateTrafficMirrorFilterResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateTrafficMirrorFilterResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateTrafficMirrorFilterResult |
clone() |
boolean |
equals(Object obj) |
String |
getClientToken()
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
TrafficMirrorFilter |
getTrafficMirrorFilter()
Information about the Traffic Mirror filter.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
void |
setTrafficMirrorFilter(TrafficMirrorFilter trafficMirrorFilter)
Information about the Traffic Mirror filter.
|
String |
toString()
Returns a string representation of this object.
|
CreateTrafficMirrorFilterResult |
withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateTrafficMirrorFilterResult |
withTrafficMirrorFilter(TrafficMirrorFilter trafficMirrorFilter)
Information about the Traffic Mirror filter.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setTrafficMirrorFilter(TrafficMirrorFilter trafficMirrorFilter)
Information about the Traffic Mirror filter.
trafficMirrorFilter - Information about the Traffic Mirror filter.public TrafficMirrorFilter getTrafficMirrorFilter()
Information about the Traffic Mirror filter.
public CreateTrafficMirrorFilterResult withTrafficMirrorFilter(TrafficMirrorFilter trafficMirrorFilter)
Information about the Traffic Mirror filter.
trafficMirrorFilter - Information about the Traffic Mirror filter.public void setClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.
clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more
information, see How to Ensure
Idempotency.public String getClientToken()
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.
public CreateTrafficMirrorFilterResult withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.
clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more
information, see How to Ensure
Idempotency.public String toString()
toString in class ObjectObject.toString()public CreateTrafficMirrorFilterResult clone()
Copyright © 2021. All rights reserved.