@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListLaunchesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListLaunchesRequest() |
Modifier and Type | Method and Description |
---|---|
ListLaunchesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of results to include in the response.
|
String |
getNextToken()
The token to use when requesting the next set of results.
|
String |
getProject()
The name or ARN of the project to return the launch list from.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to include in the response.
|
void |
setNextToken(String nextToken)
The token to use when requesting the next set of results.
|
void |
setProject(String project)
The name or ARN of the project to return the launch list from.
|
String |
toString()
Returns a string representation of this object.
|
ListLaunchesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to include in the response.
|
ListLaunchesRequest |
withNextToken(String nextToken)
The token to use when requesting the next set of results.
|
ListLaunchesRequest |
withProject(String project)
The name or ARN of the project to return the launch list from.
|
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 setMaxResults(Integer maxResults)
The maximum number of results to include in the response.
maxResults
- The maximum number of results to include in the response.public Integer getMaxResults()
The maximum number of results to include in the response.
public ListLaunchesRequest withMaxResults(Integer maxResults)
The maximum number of results to include in the response.
maxResults
- The maximum number of results to include in the response.public void setNextToken(String nextToken)
The token to use when requesting the next set of results. You received this token from a previous
ListLaunches
operation.
nextToken
- The token to use when requesting the next set of results. You received this token from a previous
ListLaunches
operation.public String getNextToken()
The token to use when requesting the next set of results. You received this token from a previous
ListLaunches
operation.
ListLaunches
operation.public ListLaunchesRequest withNextToken(String nextToken)
The token to use when requesting the next set of results. You received this token from a previous
ListLaunches
operation.
nextToken
- The token to use when requesting the next set of results. You received this token from a previous
ListLaunches
operation.public void setProject(String project)
The name or ARN of the project to return the launch list from.
project
- The name or ARN of the project to return the launch list from.public String getProject()
The name or ARN of the project to return the launch list from.
public ListLaunchesRequest withProject(String project)
The name or ARN of the project to return the launch list from.
project
- The name or ARN of the project to return the launch list from.public String toString()
toString
in class Object
Object.toString()
public ListLaunchesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()