@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListOperationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListOperationsRequest() |
Modifier and Type | Method and Description |
---|---|
ListOperationsRequest |
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 each response (result page).
|
String |
getNextToken()
A token from a previous result page.
|
String |
getServiceArn()
The Amazon Resource Name (ARN) of the App Runner service that you want a list of operations for.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to include in each response (result page).
|
void |
setNextToken(String nextToken)
A token from a previous result page.
|
void |
setServiceArn(String serviceArn)
The Amazon Resource Name (ARN) of the App Runner service that you want a list of operations for.
|
String |
toString()
Returns a string representation of this object.
|
ListOperationsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to include in each response (result page).
|
ListOperationsRequest |
withNextToken(String nextToken)
A token from a previous result page.
|
ListOperationsRequest |
withServiceArn(String serviceArn)
The Amazon Resource Name (ARN) of the App Runner service that you want a list of operations for.
|
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 setServiceArn(String serviceArn)
The Amazon Resource Name (ARN) of the App Runner service that you want a list of operations for.
serviceArn
- The Amazon Resource Name (ARN) of the App Runner service that you want a list of operations for.public String getServiceArn()
The Amazon Resource Name (ARN) of the App Runner service that you want a list of operations for.
public ListOperationsRequest withServiceArn(String serviceArn)
The Amazon Resource Name (ARN) of the App Runner service that you want a list of operations for.
serviceArn
- The Amazon Resource Name (ARN) of the App Runner service that you want a list of operations for.public void setNextToken(String nextToken)
A token from a previous result page. It's used for a paginated request. The request retrieves the next result page. All other parameter values must be identical to the ones specified in the initial request.
If you don't specify NextToken
, the request retrieves the first result page.
nextToken
- A token from a previous result page. It's used for a paginated request. The request retrieves the next
result page. All other parameter values must be identical to the ones specified in the initial
request.
If you don't specify NextToken
, the request retrieves the first result page.
public String getNextToken()
A token from a previous result page. It's used for a paginated request. The request retrieves the next result page. All other parameter values must be identical to the ones specified in the initial request.
If you don't specify NextToken
, the request retrieves the first result page.
If you don't specify NextToken
, the request retrieves the first result page.
public ListOperationsRequest withNextToken(String nextToken)
A token from a previous result page. It's used for a paginated request. The request retrieves the next result page. All other parameter values must be identical to the ones specified in the initial request.
If you don't specify NextToken
, the request retrieves the first result page.
nextToken
- A token from a previous result page. It's used for a paginated request. The request retrieves the next
result page. All other parameter values must be identical to the ones specified in the initial
request.
If you don't specify NextToken
, the request retrieves the first result page.
public void setMaxResults(Integer maxResults)
The maximum number of results to include in each response (result page). It's used for a paginated request.
If you don't specify MaxResults
, the request retrieves all available results in a single response.
maxResults
- The maximum number of results to include in each response (result page). It's used for a paginated
request.
If you don't specify MaxResults
, the request retrieves all available results in a single
response.
public Integer getMaxResults()
The maximum number of results to include in each response (result page). It's used for a paginated request.
If you don't specify MaxResults
, the request retrieves all available results in a single response.
If you don't specify MaxResults
, the request retrieves all available results in a single
response.
public ListOperationsRequest withMaxResults(Integer maxResults)
The maximum number of results to include in each response (result page). It's used for a paginated request.
If you don't specify MaxResults
, the request retrieves all available results in a single response.
maxResults
- The maximum number of results to include in each response (result page). It's used for a paginated
request.
If you don't specify MaxResults
, the request retrieves all available results in a single
response.
public String toString()
toString
in class Object
Object.toString()
public ListOperationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()