@Generated(value="software.amazon.awssdk:codegen") public final class GetOfferingStatusResponse extends DeviceFarmResponse implements ToCopyableBuilder<GetOfferingStatusResponse.Builder,GetOfferingStatusResponse>
Returns the status result for a device offering.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetOfferingStatusResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetOfferingStatusResponse.Builder |
builder() |
Map<String,OfferingStatus> |
current()
When specified, gets the offering status for the current period.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Map<String,OfferingStatus> |
nextPeriod()
When specified, gets the offering status for the next period.
|
String |
nextToken()
An identifier that was returned from the previous call to this operation, which can be used to return the next
set of items in the list.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetOfferingStatusResponse.Builder> |
serializableBuilderClass() |
GetOfferingStatusResponse.Builder |
toBuilder() |
String |
toString() |
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic Map<String,OfferingStatus> current()
When specified, gets the offering status for the current period.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public Map<String,OfferingStatus> nextPeriod()
When specified, gets the offering status for the next period.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String nextToken()
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
public GetOfferingStatusResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetOfferingStatusResponse.Builder,GetOfferingStatusResponse>toBuilder in class AwsResponsepublic static GetOfferingStatusResponse.Builder builder()
public static Class<? extends GetOfferingStatusResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.