@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateTrafficMirrorTargetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| CreateTrafficMirrorTargetResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateTrafficMirrorTargetResult | clone() | 
| boolean | equals(Object obj) | 
| String | getClientToken()
 Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. | 
| TrafficMirrorTarget | getTrafficMirrorTarget()
 Information about the Traffic Mirror target. | 
| int | hashCode() | 
| void | setClientToken(String clientToken)
 Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. | 
| void | setTrafficMirrorTarget(TrafficMirrorTarget trafficMirrorTarget)
 Information about the Traffic Mirror target. | 
| String | toString()Returns a string representation of this object. | 
| CreateTrafficMirrorTargetResult | withClientToken(String clientToken)
 Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. | 
| CreateTrafficMirrorTargetResult | withTrafficMirrorTarget(TrafficMirrorTarget trafficMirrorTarget)
 Information about the Traffic Mirror target. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setTrafficMirrorTarget(TrafficMirrorTarget trafficMirrorTarget)
Information about the Traffic Mirror target.
trafficMirrorTarget - Information about the Traffic Mirror target.public TrafficMirrorTarget getTrafficMirrorTarget()
Information about the Traffic Mirror target.
public CreateTrafficMirrorTargetResult withTrafficMirrorTarget(TrafficMirrorTarget trafficMirrorTarget)
Information about the Traffic Mirror target.
trafficMirrorTarget - Information about the Traffic Mirror target.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 CreateTrafficMirrorTargetResult 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 CreateTrafficMirrorTargetResult clone()