@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListServicesForAutoScalingConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListServicesForAutoScalingConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
ListServicesForAutoScalingConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAutoScalingConfigurationArn()
The Amazon Resource Name (ARN) of the App Runner auto scaling configuration that you want to list the services
for.
|
Integer |
getMaxResults()
The maximum number of results to include in each response (result page).
|
String |
getNextToken()
A token from a previous result page.
|
int |
hashCode() |
void |
setAutoScalingConfigurationArn(String autoScalingConfigurationArn)
The Amazon Resource Name (ARN) of the App Runner auto scaling configuration that you want to list the services
for.
|
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.
|
String |
toString()
Returns a string representation of this object.
|
ListServicesForAutoScalingConfigurationRequest |
withAutoScalingConfigurationArn(String autoScalingConfigurationArn)
The Amazon Resource Name (ARN) of the App Runner auto scaling configuration that you want to list the services
for.
|
ListServicesForAutoScalingConfigurationRequest |
withMaxResults(Integer maxResults)
The maximum number of results to include in each response (result page).
|
ListServicesForAutoScalingConfigurationRequest |
withNextToken(String nextToken)
A token from a previous result page.
|
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 ListServicesForAutoScalingConfigurationRequest()
public void setAutoScalingConfigurationArn(String autoScalingConfigurationArn)
The Amazon Resource Name (ARN) of the App Runner auto scaling configuration that you want to list the services for.
The ARN can be a full auto scaling configuration ARN, or a partial ARN ending with either
.../name
or .../name/revision
. If a revision isn't specified,
the latest active revision is used.
autoScalingConfigurationArn
- The Amazon Resource Name (ARN) of the App Runner auto scaling configuration that you want to list the
services for.
The ARN can be a full auto scaling configuration ARN, or a partial ARN ending with either
.../name
or .../name/revision
. If a revision isn't
specified, the latest active revision is used.
public String getAutoScalingConfigurationArn()
The Amazon Resource Name (ARN) of the App Runner auto scaling configuration that you want to list the services for.
The ARN can be a full auto scaling configuration ARN, or a partial ARN ending with either
.../name
or .../name/revision
. If a revision isn't specified,
the latest active revision is used.
The ARN can be a full auto scaling configuration ARN, or a partial ARN ending with either
.../name
or .../name/revision
. If a revision isn't
specified, the latest active revision is used.
public ListServicesForAutoScalingConfigurationRequest withAutoScalingConfigurationArn(String autoScalingConfigurationArn)
The Amazon Resource Name (ARN) of the App Runner auto scaling configuration that you want to list the services for.
The ARN can be a full auto scaling configuration ARN, or a partial ARN ending with either
.../name
or .../name/revision
. If a revision isn't specified,
the latest active revision is used.
autoScalingConfigurationArn
- The Amazon Resource Name (ARN) of the App Runner auto scaling configuration that you want to list the
services for.
The ARN can be a full auto scaling configuration ARN, or a partial ARN ending with either
.../name
or .../name/revision
. If a revision isn't
specified, the latest active revision is used.
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 ListServicesForAutoScalingConfigurationRequest 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 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 ListServicesForAutoScalingConfigurationRequest 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 String toString()
toString
in class Object
Object.toString()
public ListServicesForAutoScalingConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()