@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; useful for testing and debugging.
|
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=value - The key/value combination of a tag assigned to the resource. Specify
the key of the tag in the filter name and the value of the tag in the filter value. For example, for the tag
Purpose=X, specify tag:Purpose
for the filter name and X
for the filter value.
tag-key
- The key of a tag assigned to the resource. This filter is independent of the
tag-value
filter. For example, if you use both the filter "tag-key=Purpose" and the filter
"tag-value=X", you get any resources assigned both the tag key Purpose (regardless of what the tag's value is),
and the tag value X (regardless of the tag's key). If you want to list only resources where Purpose is X, see the
tag
:key=value filter.
create-time
- The time the launch template was created.
launch-template-name
- The name of the launch template.
tag
:key=value - The key/value combination of a tag assigned to the resource.
Specify the key of the tag in the filter name and the value of the tag in the filter value. For example,
for the tag Purpose=X, specify tag:Purpose
for the filter name and X
for the
filter value.
tag-key
- The key of a tag assigned to the resource. This filter is independent of the
tag-value
filter. For example, if you use both the filter "tag-key=Purpose" and the filter
"tag-value=X", you get any resources assigned both the tag key Purpose (regardless of what the tag's
value is), and the tag value X (regardless of the tag's key). If you want to list only resources where
Purpose is X, see the tag
:key=value filter.
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=value - The key/value combination of a tag assigned to the resource. Specify
the key of the tag in the filter name and the value of the tag in the filter value. For example, for the tag
Purpose=X, specify tag:Purpose
for the filter name and X
for the filter value.
tag-key
- The key of a tag assigned to the resource. This filter is independent of the
tag-value
filter. For example, if you use both the filter "tag-key=Purpose" and the filter
"tag-value=X", you get any resources assigned both the tag key Purpose (regardless of what the tag's value is),
and the tag value X (regardless of the tag's key). If you want to list only resources where Purpose is X, see the
tag
:key=value 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=value - The key/value combination of a tag assigned to the resource.
Specify the key of the tag in the filter name and the value of the tag in the filter value. For example,
for the tag Purpose=X, specify tag:Purpose
for the filter name and X
for the
filter value.
tag-key
- The key of a tag assigned to the resource. This filter is independent of the
tag-value
filter. For example, if you use both the filter "tag-key=Purpose" and the filter
"tag-value=X", you get any resources assigned both the tag key Purpose (regardless of what the tag's value
is), and the tag value X (regardless of the tag's key). If you want to list only resources where Purpose
is X, see the tag
:key=value filter.
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=value - The key/value combination of a tag assigned to the resource. Specify
the key of the tag in the filter name and the value of the tag in the filter value. For example, for the tag
Purpose=X, specify tag:Purpose
for the filter name and X
for the filter value.
tag-key
- The key of a tag assigned to the resource. This filter is independent of the
tag-value
filter. For example, if you use both the filter "tag-key=Purpose" and the filter
"tag-value=X", you get any resources assigned both the tag key Purpose (regardless of what the tag's value is),
and the tag value X (regardless of the tag's key). If you want to list only resources where Purpose is X, see the
tag
:key=value filter.
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=value - The key/value combination of a tag assigned to the resource.
Specify the key of the tag in the filter name and the value of the tag in the filter value. For example,
for the tag Purpose=X, specify tag:Purpose
for the filter name and X
for the
filter value.
tag-key
- The key of a tag assigned to the resource. This filter is independent of the
tag-value
filter. For example, if you use both the filter "tag-key=Purpose" and the filter
"tag-value=X", you get any resources assigned both the tag key Purpose (regardless of what the tag's value
is), and the tag value X (regardless of the tag's key). If you want to list only resources where Purpose
is X, see the tag
:key=value filter.
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=value - The key/value combination of a tag assigned to the resource. Specify
the key of the tag in the filter name and the value of the tag in the filter value. For example, for the tag
Purpose=X, specify tag:Purpose
for the filter name and X
for the filter value.
tag-key
- The key of a tag assigned to the resource. This filter is independent of the
tag-value
filter. For example, if you use both the filter "tag-key=Purpose" and the filter
"tag-value=X", you get any resources assigned both the tag key Purpose (regardless of what the tag's value is),
and the tag value X (regardless of the tag's key). If you want to list only resources where Purpose is X, see the
tag
:key=value 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=value - The key/value combination of a tag assigned to the resource.
Specify the key of the tag in the filter name and the value of the tag in the filter value. For example,
for the tag Purpose=X, specify tag:Purpose
for the filter name and X
for the
filter value.
tag-key
- The key of a tag assigned to the resource. This filter is independent of the
tag-value
filter. For example, if you use both the filter "tag-key=Purpose" and the filter
"tag-value=X", you get any resources assigned both the tag key Purpose (regardless of what the tag's value
is), and the tag value X (regardless of the tag's key). If you want to list only resources where Purpose
is X, see the tag
:key=value filter.
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 5 and 1000.
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 5 and 1000.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 5 and 1000.
NextToken
value. This value can be between 5 and 1000.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 5 and 1000.
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 5 and 1000.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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.