Class ListApplicationVersionsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.kinesisanalyticsv2.model.KinesisAnalyticsV2Request
-
- software.amazon.awssdk.services.kinesisanalyticsv2.model.ListApplicationVersionsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListApplicationVersionsRequest.Builder,ListApplicationVersionsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListApplicationVersionsRequest extends KinesisAnalyticsV2Request implements ToCopyableBuilder<ListApplicationVersionsRequest.Builder,ListApplicationVersionsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListApplicationVersionsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringapplicationName()The name of the application for which you want to list all versions.static ListApplicationVersionsRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Integerlimit()The maximum number of versions to list in this invocation of the operation.StringnextToken()If a previous invocation of this operation returned a pagination token, pass it into this value to retrieve the next set of results.List<SdkField<?>>sdkFields()static Class<? extends ListApplicationVersionsRequest.Builder>serializableBuilderClass()ListApplicationVersionsRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
applicationName
public final String applicationName()
The name of the application for which you want to list all versions.
- Returns:
- The name of the application for which you want to list all versions.
-
limit
public final Integer limit()
The maximum number of versions to list in this invocation of the operation.
- Returns:
- The maximum number of versions to list in this invocation of the operation.
-
nextToken
public final String nextToken()
If a previous invocation of this operation returned a pagination token, pass it into this value to retrieve the next set of results. For more information about pagination, see Using the Amazon Command Line Interface's Pagination Options.
- Returns:
- If a previous invocation of this operation returned a pagination token, pass it into this value to retrieve the next set of results. For more information about pagination, see Using the Amazon Command Line Interface's Pagination Options.
-
toBuilder
public ListApplicationVersionsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListApplicationVersionsRequest.Builder,ListApplicationVersionsRequest>- Specified by:
toBuilderin classKinesisAnalyticsV2Request
-
builder
public static ListApplicationVersionsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListApplicationVersionsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-