@Generated(value="software.amazon.awssdk:codegen") public class GetOfferingStatusResponse extends AmazonWebServiceResult<ResponseMetadata> implements software.amazon.awssdk.utils.builder.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) |
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.
|
static Class<? extends GetOfferingStatusResponse.Builder> |
serializableBuilderClass() |
GetOfferingStatusResponse.Builder |
toBuilder() |
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadatapublic Map<String,OfferingStatus> current()
When specified, gets the offering status for the current period.
public Map<String,OfferingStatus> nextPeriod()
When specified, gets the offering status for the next period.
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 software.amazon.awssdk.utils.builder.ToCopyableBuilder<GetOfferingStatusResponse.Builder,GetOfferingStatusResponse>public static GetOfferingStatusResponse.Builder builder()
public static Class<? extends GetOfferingStatusResponse.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.