@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeLaunchTemplatesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DescribeLaunchTemplatesRequest>
NOOP
Constructor and Description |
---|
DescribeLaunchTemplatesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeLaunchTemplatesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Request<DescribeLaunchTemplatesRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
List<Filter> |
getFilters()
One or more filters.
|
List<String> |
getLaunchTemplateIds()
One or more launch template IDs.
|
List<String> |
getLaunchTemplateNames()
One or more launch template names.
|
Integer |
getMaxResults()
The maximum number of results to return in a single call.
|
String |
getNextToken()
The token to request the next page of results.
|
int |
hashCode() |
void |
setFilters(Collection<Filter> filters)
One or more filters.
|
void |
setLaunchTemplateIds(Collection<String> launchTemplateIds)
One or more launch template IDs.
|
void |
setLaunchTemplateNames(Collection<String> launchTemplateNames)
One or more launch template names.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
void |
setNextToken(String nextToken)
The token to request the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
DescribeLaunchTemplatesRequest |
withFilters(Collection<Filter> filters)
One or more filters.
|
DescribeLaunchTemplatesRequest |
withFilters(Filter... filters)
One or more filters.
|
DescribeLaunchTemplatesRequest |
withLaunchTemplateIds(Collection<String> launchTemplateIds)
One or more launch template IDs.
|
DescribeLaunchTemplatesRequest |
withLaunchTemplateIds(String... launchTemplateIds)
One or more launch template IDs.
|
DescribeLaunchTemplatesRequest |
withLaunchTemplateNames(Collection<String> launchTemplateNames)
One or more launch template names.
|
DescribeLaunchTemplatesRequest |
withLaunchTemplateNames(String... launchTemplateNames)
One or more launch template names.
|
DescribeLaunchTemplatesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
DescribeLaunchTemplatesRequest |
withNextToken(String nextToken)
The token to request the next page of results.
|
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<String> getLaunchTemplateIds()
One or more launch template IDs.
public void setLaunchTemplateIds(Collection<String> launchTemplateIds)
One or more launch template IDs.
launchTemplateIds
- One or more launch template IDs.public DescribeLaunchTemplatesRequest withLaunchTemplateIds(String... launchTemplateIds)
One or more launch template IDs.
NOTE: This method appends the values to the existing list (if any). Use
setLaunchTemplateIds(java.util.Collection)
or withLaunchTemplateIds(java.util.Collection)
if
you want to override the existing values.
launchTemplateIds
- One or more launch template IDs.public DescribeLaunchTemplatesRequest withLaunchTemplateIds(Collection<String> launchTemplateIds)
One or more launch template IDs.
launchTemplateIds
- One or more launch template IDs.public List<String> getLaunchTemplateNames()
One or more launch template names.
public void setLaunchTemplateNames(Collection<String> launchTemplateNames)
One or more launch template names.
launchTemplateNames
- One or more launch template names.public DescribeLaunchTemplatesRequest withLaunchTemplateNames(String... launchTemplateNames)
One or more launch template names.
NOTE: This method appends the values to the existing list (if any). Use
setLaunchTemplateNames(java.util.Collection)
or withLaunchTemplateNames(java.util.Collection)
if you want to override the existing values.
launchTemplateNames
- One or more launch template names.public DescribeLaunchTemplatesRequest withLaunchTemplateNames(Collection<String> launchTemplateNames)
One or more launch template names.
launchTemplateNames
- One or more launch template names.public List<Filter> getFilters()
One or more filters.
create-time
- The time the launch template was created.
launch-template-name
- The name of the launch template.
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.
create-time
- The time the launch template was created.
launch-template-name
- The name of the launch template.
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)
One or more filters.
create-time
- The time the launch template was created.
launch-template-name
- The name of the launch template.
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
- One or more filters.
create-time
- The time the launch template was created.
launch-template-name
- The name of the launch template.
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 DescribeLaunchTemplatesRequest withFilters(Filter... filters)
One or more filters.
create-time
- The time the launch template was created.
launch-template-name
- The name of the launch template.
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
- One or more filters.
create-time
- The time the launch template was created.
launch-template-name
- The name of the launch template.
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 DescribeLaunchTemplatesRequest withFilters(Collection<Filter> filters)
One or more filters.
create-time
- The time the launch template was created.
launch-template-name
- The name of the launch template.
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
- One or more filters.
create-time
- The time the launch template was created.
launch-template-name
- The name of the launch template.
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 setNextToken(String nextToken)
The token to request the next page of results.
nextToken
- The token to request the next page of results.public String getNextToken()
The token to request the next page of results.
public DescribeLaunchTemplatesRequest withNextToken(String nextToken)
The token to request the next page of results.
nextToken
- The token to request the next page of results.public void setMaxResults(Integer maxResults)
The maximum number of results to return in a single call. To retrieve the remaining results, make another call
with the returned NextToken
value. This value can be between 1 and 200.
maxResults
- The maximum number of results to return in a single call. To retrieve the remaining results, make another
call with the returned NextToken
value. This value can be between 1 and 200.public Integer getMaxResults()
The maximum number of results to return in a single call. To retrieve the remaining results, make another call
with the returned NextToken
value. This value can be between 1 and 200.
NextToken
value. This value can be between 1 and 200.public DescribeLaunchTemplatesRequest withMaxResults(Integer maxResults)
The maximum number of results to return in a single call. To retrieve the remaining results, make another call
with the returned NextToken
value. This value can be between 1 and 200.
maxResults
- The maximum number of results to return in a single call. To retrieve the remaining results, make another
call with the returned NextToken
value. This value can be between 1 and 200.public Request<DescribeLaunchTemplatesRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DescribeLaunchTemplatesRequest>
public String toString()
toString
in class Object
Object.toString()
public DescribeLaunchTemplatesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()