@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeVpcClassicLinkRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DescribeVpcClassicLinkRequest>
NOOP
Constructor and Description |
---|
DescribeVpcClassicLinkRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeVpcClassicLinkRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Request<DescribeVpcClassicLinkRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
List<Filter> |
getFilters()
The filters.
|
List<String> |
getVpcIds()
The VPCs for which you want to describe the ClassicLink status.
|
int |
hashCode() |
void |
setFilters(Collection<Filter> filters)
The filters.
|
void |
setVpcIds(Collection<String> vpcIds)
The VPCs for which you want to describe the ClassicLink status.
|
String |
toString()
Returns a string representation of this object.
|
DescribeVpcClassicLinkRequest |
withFilters(Collection<Filter> filters)
The filters.
|
DescribeVpcClassicLinkRequest |
withFilters(Filter... filters)
The filters.
|
DescribeVpcClassicLinkRequest |
withVpcIds(Collection<String> vpcIds)
The VPCs for which you want to describe the ClassicLink status.
|
DescribeVpcClassicLinkRequest |
withVpcIds(String... vpcIds)
The VPCs for which you want to describe the ClassicLink status.
|
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 List<Filter> getFilters()
The filters.
is-classic-link-enabled
- Whether the VPC is enabled for ClassicLink (true
|
false
).
tag
:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in
the filter name and the tag value as the filter value. For example, to find all resources that have a tag with
the key Owner
and the value TeamA
, specify tag:Owner
for the filter name
and TeamA
for the filter value.
tag-key
- The key of a tag assigned to the resource. Use this filter to find all resources assigned
a tag with a specific key, regardless of the tag value.
is-classic-link-enabled
- Whether the VPC is enabled for ClassicLink (true
|
false
).
tag
:<key> - The key/value combination of a tag assigned to the resource. Use the tag
key in the filter name and the tag value as the filter value. For example, to find all resources that
have a tag with the key Owner
and the value TeamA
, specify
tag:Owner
for the filter name and TeamA
for the filter value.
tag-key
- The key of a tag assigned to the resource. Use this filter to find all resources
assigned a tag with a specific key, regardless of the tag value.
public void setFilters(Collection<Filter> filters)
The filters.
is-classic-link-enabled
- Whether the VPC is enabled for ClassicLink (true
|
false
).
tag
:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in
the filter name and the tag value as the filter value. For example, to find all resources that have a tag with
the key Owner
and the value TeamA
, specify tag:Owner
for the filter name
and TeamA
for the filter value.
tag-key
- The key of a tag assigned to the resource. Use this filter to find all resources assigned
a tag with a specific key, regardless of the tag value.
filters
- The filters.
is-classic-link-enabled
- Whether the VPC is enabled for ClassicLink (true
|
false
).
tag
:<key> - The key/value combination of a tag assigned to the resource. Use the tag
key in the filter name and the tag value as the filter value. For example, to find all resources that have
a tag with the key Owner
and the value TeamA
, specify tag:Owner
for
the filter name and TeamA
for the filter value.
tag-key
- The key of a tag assigned to the resource. Use this filter to find all resources
assigned a tag with a specific key, regardless of the tag value.
public DescribeVpcClassicLinkRequest withFilters(Filter... filters)
The filters.
is-classic-link-enabled
- Whether the VPC is enabled for ClassicLink (true
|
false
).
tag
:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in
the filter name and the tag value as the filter value. For example, to find all resources that have a tag with
the key Owner
and the value TeamA
, specify tag:Owner
for the filter name
and TeamA
for the filter value.
tag-key
- The key of a tag assigned to the resource. Use this filter to find all resources assigned
a tag with a specific key, regardless of the tag value.
NOTE: This method appends the values to the existing list (if any). Use
setFilters(java.util.Collection)
or withFilters(java.util.Collection)
if you want to override
the existing values.
filters
- The filters.
is-classic-link-enabled
- Whether the VPC is enabled for ClassicLink (true
|
false
).
tag
:<key> - The key/value combination of a tag assigned to the resource. Use the tag
key in the filter name and the tag value as the filter value. For example, to find all resources that have
a tag with the key Owner
and the value TeamA
, specify tag:Owner
for
the filter name and TeamA
for the filter value.
tag-key
- The key of a tag assigned to the resource. Use this filter to find all resources
assigned a tag with a specific key, regardless of the tag value.
public DescribeVpcClassicLinkRequest withFilters(Collection<Filter> filters)
The filters.
is-classic-link-enabled
- Whether the VPC is enabled for ClassicLink (true
|
false
).
tag
:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in
the filter name and the tag value as the filter value. For example, to find all resources that have a tag with
the key Owner
and the value TeamA
, specify tag:Owner
for the filter name
and TeamA
for the filter value.
tag-key
- The key of a tag assigned to the resource. Use this filter to find all resources assigned
a tag with a specific key, regardless of the tag value.
filters
- The filters.
is-classic-link-enabled
- Whether the VPC is enabled for ClassicLink (true
|
false
).
tag
:<key> - The key/value combination of a tag assigned to the resource. Use the tag
key in the filter name and the tag value as the filter value. For example, to find all resources that have
a tag with the key Owner
and the value TeamA
, specify tag:Owner
for
the filter name and TeamA
for the filter value.
tag-key
- The key of a tag assigned to the resource. Use this filter to find all resources
assigned a tag with a specific key, regardless of the tag value.
public List<String> getVpcIds()
The VPCs for which you want to describe the ClassicLink status.
public void setVpcIds(Collection<String> vpcIds)
The VPCs for which you want to describe the ClassicLink status.
vpcIds
- The VPCs for which you want to describe the ClassicLink status.public DescribeVpcClassicLinkRequest withVpcIds(String... vpcIds)
The VPCs for which you want to describe the ClassicLink status.
NOTE: This method appends the values to the existing list (if any). Use
setVpcIds(java.util.Collection)
or withVpcIds(java.util.Collection)
if you want to override the
existing values.
vpcIds
- The VPCs for which you want to describe the ClassicLink status.public DescribeVpcClassicLinkRequest withVpcIds(Collection<String> vpcIds)
The VPCs for which you want to describe the ClassicLink status.
vpcIds
- The VPCs for which you want to describe the ClassicLink status.public Request<DescribeVpcClassicLinkRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DescribeVpcClassicLinkRequest>
public String toString()
toString
in class Object
Object.toString()
public DescribeVpcClassicLinkRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()