@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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 Object
Object.toString()
public CreateTrafficMirrorFilterRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()