@Generated(value="software.amazon.awssdk:codegen") public final class ListServiceTemplateVersionsRequest extends ProtonRequest implements ToCopyableBuilder<ListServiceTemplateVersionsRequest.Builder,ListServiceTemplateVersionsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListServiceTemplateVersionsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListServiceTemplateVersionsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
majorVersion()
To view a list of minor of versions under a major version of a service template, include
major Version. |
Integer |
maxResults()
The maximum number of major or minor versions of a service template to list.
|
String |
nextToken()
A token that indicates the location of the next major or minor version in the array of major or minor versions of
a service template, after the list of major or minor versions that was previously requested.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListServiceTemplateVersionsRequest.Builder> |
serializableBuilderClass() |
String |
templateName()
The name of the service template.
|
ListServiceTemplateVersionsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String majorVersion()
To view a list of minor of versions under a major version of a service template, include
major Version.
To view a list of major versions of a service template, exclude major Version.
major Version.
To view a list of major versions of a service template, exclude major Version.
public final Integer maxResults()
The maximum number of major or minor versions of a service template to list.
public final String nextToken()
A token that indicates the location of the next major or minor version in the array of major or minor versions of a service template, after the list of major or minor versions that was previously requested.
public final String templateName()
The name of the service template.
public ListServiceTemplateVersionsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListServiceTemplateVersionsRequest.Builder,ListServiceTemplateVersionsRequest>toBuilder in class ProtonRequestpublic static ListServiceTemplateVersionsRequest.Builder builder()
public static Class<? extends ListServiceTemplateVersionsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.