@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteTrafficMirrorSessionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DeleteTrafficMirrorSessionResult() |
| Modifier and Type | Method and Description |
|---|---|
DeleteTrafficMirrorSessionResult |
clone() |
boolean |
equals(Object obj) |
String |
getTrafficMirrorSessionId()
The ID of the deleted Traffic Mirror session.
|
int |
hashCode() |
void |
setTrafficMirrorSessionId(String trafficMirrorSessionId)
The ID of the deleted Traffic Mirror session.
|
String |
toString()
Returns a string representation of this object.
|
DeleteTrafficMirrorSessionResult |
withTrafficMirrorSessionId(String trafficMirrorSessionId)
The ID of the deleted Traffic Mirror session.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setTrafficMirrorSessionId(String trafficMirrorSessionId)
The ID of the deleted Traffic Mirror session.
trafficMirrorSessionId - The ID of the deleted Traffic Mirror session.public String getTrafficMirrorSessionId()
The ID of the deleted Traffic Mirror session.
public DeleteTrafficMirrorSessionResult withTrafficMirrorSessionId(String trafficMirrorSessionId)
The ID of the deleted Traffic Mirror session.
trafficMirrorSessionId - The ID of the deleted Traffic Mirror session.public String toString()
toString in class ObjectObject.toString()public DeleteTrafficMirrorSessionResult clone()