ToCopyableBuilder<GetInventoryResponse.Builder,GetInventoryResponse>
@Generated("software.amazon.awssdk:codegen") public class GetInventoryResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetInventoryResponse.Builder,GetInventoryResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetInventoryResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static GetInventoryResponse.Builder |
builder() |
|
List<InventoryResultEntity> |
entities() |
Collection of inventory entities such as a collection of instance inventory.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
The token to use when requesting the next set of items.
|
static Class<? extends GetInventoryResponse.Builder> |
serializableBuilderClass() |
|
GetInventoryResponse.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 List<InventoryResultEntity> entities()
Collection of inventory entities such as a collection of instance inventory.
public String nextToken()
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
public GetInventoryResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetInventoryResponse.Builder,GetInventoryResponse>
public static GetInventoryResponse.Builder builder()
public static Class<? extends GetInventoryResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.