ToCopyableBuilder<GetOfferingStatusResponse.Builder,GetOfferingStatusResponse>
@Generated("software.amazon.awssdk:codegen") public class GetOfferingStatusResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetOfferingStatusResponse.Builder,GetOfferingStatusResponse>
Returns the status result for a device offering.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetOfferingStatusResponse.Builder |
Modifier and Type | Method | 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() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetOfferingStatusResponse.Builder,GetOfferingStatusResponse>
public static GetOfferingStatusResponse.Builder builder()
public static Class<? extends GetOfferingStatusResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.