@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateTrafficMirrorSessionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateTrafficMirrorSessionResult() |
Modifier and Type | Method and Description |
---|---|
CreateTrafficMirrorSessionResult |
clone() |
boolean |
equals(Object obj) |
String |
getClientToken()
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
TrafficMirrorSession |
getTrafficMirrorSession()
Information about the Traffic Mirror session.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
void |
setTrafficMirrorSession(TrafficMirrorSession trafficMirrorSession)
Information about the Traffic Mirror session.
|
String |
toString()
Returns a string representation of this object.
|
CreateTrafficMirrorSessionResult |
withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateTrafficMirrorSessionResult |
withTrafficMirrorSession(TrafficMirrorSession trafficMirrorSession)
Information about the Traffic Mirror session.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTrafficMirrorSession(TrafficMirrorSession trafficMirrorSession)
Information about the Traffic Mirror session.
trafficMirrorSession
- Information about the Traffic Mirror session.public TrafficMirrorSession getTrafficMirrorSession()
Information about the Traffic Mirror session.
public CreateTrafficMirrorSessionResult withTrafficMirrorSession(TrafficMirrorSession trafficMirrorSession)
Information about the Traffic Mirror session.
trafficMirrorSession
- Information about the Traffic Mirror session.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 CreateTrafficMirrorSessionResult 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 CreateTrafficMirrorSessionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.