@Generated(value="software.amazon.awssdk:codegen") public final class ListVersionsRequest extends GrafanaRequest implements ToCopyableBuilder<ListVersionsRequest.Builder,ListVersionsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListVersionsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListVersionsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of results to include in the response.
|
String |
nextToken()
The token to use when requesting the next set of results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListVersionsRequest.Builder> |
serializableBuilderClass() |
ListVersionsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
workspaceId()
The ID of the workspace to list the available upgrade versions.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer maxResults()
The maximum number of results to include in the response.
public final String nextToken()
The token to use when requesting the next set of results. You receive this token from a previous
ListVersions operation.
ListVersions operation.public final String workspaceId()
The ID of the workspace to list the available upgrade versions. If not included, lists all versions of Grafana
that are supported for CreateWorkspace.
CreateWorkspace.public ListVersionsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListVersionsRequest.Builder,ListVersionsRequest>toBuilder in class GrafanaRequestpublic static ListVersionsRequest.Builder builder()
public static Class<? extends ListVersionsRequest.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.