@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() |
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, 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, 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.
create-time
- The time the launch template was created.
launch-template-name
- The name of the launch template.
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.
filters
- One or more filters.
create-time
- The time the launch template was created.
launch-template-name
- The name of the launch template.
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.
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.
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.
filters
- One or more filters.
create-time
- The time the launch template was created.
launch-template-name
- The name of the launch template.
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()
clone
in class AmazonWebServiceRequest
Copyright © 2017. All rights reserved.