@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteTrafficMirrorTargetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DeleteTrafficMirrorTargetRequest>
NOOP
Constructor and Description |
---|
DeleteTrafficMirrorTargetRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteTrafficMirrorTargetRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Request<DeleteTrafficMirrorTargetRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getTrafficMirrorTargetId()
The ID of the Traffic Mirror target.
|
int |
hashCode() |
void |
setTrafficMirrorTargetId(String trafficMirrorTargetId)
The ID of the Traffic Mirror target.
|
String |
toString()
Returns a string representation of this object.
|
DeleteTrafficMirrorTargetRequest |
withTrafficMirrorTargetId(String trafficMirrorTargetId)
The ID of the Traffic Mirror target.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setTrafficMirrorTargetId(String trafficMirrorTargetId)
The ID of the Traffic Mirror target.
trafficMirrorTargetId
- The ID of the Traffic Mirror target.public String getTrafficMirrorTargetId()
The ID of the Traffic Mirror target.
public DeleteTrafficMirrorTargetRequest withTrafficMirrorTargetId(String trafficMirrorTargetId)
The ID of the Traffic Mirror target.
trafficMirrorTargetId
- The ID of the Traffic Mirror target.public Request<DeleteTrafficMirrorTargetRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DeleteTrafficMirrorTargetRequest>
public String toString()
toString
in class Object
Object.toString()
public DeleteTrafficMirrorTargetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()