Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeApplicationVersionsRequest.Builder,DescribeApplicationVersionsRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeApplicationVersionsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeApplicationVersionsRequest.Builder,DescribeApplicationVersionsRequest>
Request to describe application versions.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeApplicationVersionsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
applicationName() |
Specify an application name to show only application versions for that application.
|
static DescribeApplicationVersionsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
maxRecords() |
Specify a maximum number of application versions to paginate in the request.
|
String |
nextToken() |
Specify a next token to retrieve the next page in a paginated request.
|
static Class<? extends DescribeApplicationVersionsRequest.Builder> |
serializableBuilderClass() |
|
DescribeApplicationVersionsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
List<String> |
versionLabels() |
Specify a version label to show a specific application version.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String applicationName()
Specify an application name to show only application versions for that application.
public List<String> versionLabels()
Specify a version label to show a specific application version.
public Integer maxRecords()
Specify a maximum number of application versions to paginate in the request.
public String nextToken()
Specify a next token to retrieve the next page in a paginated request.
public DescribeApplicationVersionsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeApplicationVersionsRequest.Builder,DescribeApplicationVersionsRequest>
public static DescribeApplicationVersionsRequest.Builder builder()
public static Class<? extends DescribeApplicationVersionsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.