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