@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, setSdkResponseMetadata
public 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 Object
Object.toString()
public CreateTrafficMirrorFilterResult clone()