@Generated(value="software.amazon.awssdk:codegen") public final class GetStagesRequest extends ApiGatewayV2Request implements ToCopyableBuilder<GetStagesRequest.Builder,GetStagesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetStagesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
apiId()
The API identifier.
|
static GetStagesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
maxResults()
The maximum number of elements to be returned for this resource.
|
String |
nextToken()
The next page of elements from this collection.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetStagesRequest.Builder> |
serializableBuilderClass() |
GetStagesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String apiId()
The API identifier.
public final String maxResults()
The maximum number of elements to be returned for this resource.
public final String nextToken()
The next page of elements from this collection. Not valid for the last element of the collection.
public GetStagesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetStagesRequest.Builder,GetStagesRequest>toBuilder in class ApiGatewayV2Requestpublic static GetStagesRequest.Builder builder()
public static Class<? extends GetStagesRequest.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.