@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateTrafficMirrorFilterRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<CreateTrafficMirrorFilterRequest>
NOOP| Constructor and Description |
|---|
CreateTrafficMirrorFilterRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateTrafficMirrorFilterRequest |
clone() |
boolean |
equals(Object obj) |
String |
getClientToken()
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
String |
getDescription()
The description of the Traffic Mirror filter.
|
Request<CreateTrafficMirrorFilterRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
List<TagSpecification> |
getTagSpecifications()
The tags to assign to a Traffic Mirror filter.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
void |
setDescription(String description)
The description of the Traffic Mirror filter.
|
void |
setTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to assign to a Traffic Mirror filter.
|
String |
toString()
Returns a string representation of this object.
|
CreateTrafficMirrorFilterRequest |
withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateTrafficMirrorFilterRequest |
withDescription(String description)
The description of the Traffic Mirror filter.
|
CreateTrafficMirrorFilterRequest |
withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to assign to a Traffic Mirror filter.
|
CreateTrafficMirrorFilterRequest |
withTagSpecifications(TagSpecification... tagSpecifications)
The tags to assign to a Traffic Mirror filter.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setDescription(String description)
The description of the Traffic Mirror filter.
description - The description of the Traffic Mirror filter.public String getDescription()
The description of the Traffic Mirror filter.
public CreateTrafficMirrorFilterRequest withDescription(String description)
The description of the Traffic Mirror filter.
description - The description of the Traffic Mirror filter.public List<TagSpecification> getTagSpecifications()
The tags to assign to a Traffic Mirror filter.
public void setTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to assign to a Traffic Mirror filter.
tagSpecifications - The tags to assign to a Traffic Mirror filter.public CreateTrafficMirrorFilterRequest withTagSpecifications(TagSpecification... tagSpecifications)
The tags to assign to a Traffic Mirror filter.
NOTE: This method appends the values to the existing list (if any). Use
setTagSpecifications(java.util.Collection) or withTagSpecifications(java.util.Collection) if
you want to override the existing values.
tagSpecifications - The tags to assign to a Traffic Mirror filter.public CreateTrafficMirrorFilterRequest withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to assign to a Traffic Mirror filter.
tagSpecifications - The tags to assign to a Traffic Mirror filter.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 CreateTrafficMirrorFilterRequest 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 Request<CreateTrafficMirrorFilterRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<CreateTrafficMirrorFilterRequest>public String toString()
toString in class ObjectObject.toString()public CreateTrafficMirrorFilterRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.