@Generated(value="software.amazon.awssdk:codegen") public class GetInventoryResponse extends AmazonWebServiceResult<ResponseMetadata> implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<GetInventoryResponse.Builder,GetInventoryResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetInventoryResponse.Builder |
| Modifier and Type | Method and 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() |
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadatapublic 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()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<GetInventoryResponse.Builder,GetInventoryResponse>public static GetInventoryResponse.Builder builder()
public static Class<? extends GetInventoryResponse.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.