@Generated(value="software.amazon.awssdk:codegen") public final class ListZonalShiftsRequest extends ArcZonalShiftRequest implements ToCopyableBuilder<ListZonalShiftsRequest.Builder,ListZonalShiftsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListZonalShiftsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListZonalShiftsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The number of objects that you want to return with this call.
|
String |
nextToken()
Specifies that you want to receive the next page of results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListZonalShiftsRequest.Builder> |
serializableBuilderClass() |
ZonalShiftStatus |
status()
A status for a zonal shift.
|
String |
statusAsString()
A status for a zonal shift.
|
ListZonalShiftsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer maxResults()
The number of objects that you want to return with this call.
public final String nextToken()
Specifies that you want to receive the next page of results. Valid only if you received a NextToken
response in the previous request. If you did, it indicates that more output is available. Set this parameter to
the value provided by the previous call's NextToken response to request the next page of results.
NextToken response in the previous request. If you did, it indicates that more output is
available. Set this parameter to the value provided by the previous call's NextToken
response to request the next page of results.public final ZonalShiftStatus status()
A status for a zonal shift.
The Status for a zonal shift can have one of the following values:
ACTIVE: The zonal shift is started and active.
EXPIRED: The zonal shift has expired (the expiry time was exceeded).
CANCELED: The zonal shift was canceled.
If the service returns an enum value that is not available in the current SDK version, status will
return ZonalShiftStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
The Status for a zonal shift can have one of the following values:
ACTIVE: The zonal shift is started and active.
EXPIRED: The zonal shift has expired (the expiry time was exceeded).
CANCELED: The zonal shift was canceled.
ZonalShiftStatuspublic final String statusAsString()
A status for a zonal shift.
The Status for a zonal shift can have one of the following values:
ACTIVE: The zonal shift is started and active.
EXPIRED: The zonal shift has expired (the expiry time was exceeded).
CANCELED: The zonal shift was canceled.
If the service returns an enum value that is not available in the current SDK version, status will
return ZonalShiftStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
The Status for a zonal shift can have one of the following values:
ACTIVE: The zonal shift is started and active.
EXPIRED: The zonal shift has expired (the expiry time was exceeded).
CANCELED: The zonal shift was canceled.
ZonalShiftStatuspublic ListZonalShiftsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListZonalShiftsRequest.Builder,ListZonalShiftsRequest>toBuilder in class ArcZonalShiftRequestpublic static ListZonalShiftsRequest.Builder builder()
public static Class<? extends ListZonalShiftsRequest.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.