ToCopyableBuilder<ScanProvisionedProductsResponse.Builder,ScanProvisionedProductsResponse>
@Generated("software.amazon.awssdk:codegen") public class ScanProvisionedProductsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ScanProvisionedProductsResponse.Builder,ScanProvisionedProductsResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ScanProvisionedProductsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ScanProvisionedProductsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextPageToken() |
The page token to use to retrieve the next page of results for this operation.
|
List<ProvisionedProductDetail> |
provisionedProducts() |
A list of ProvisionedProduct detail objects.
|
static Class<? extends ScanProvisionedProductsResponse.Builder> |
serializableBuilderClass() |
|
ScanProvisionedProductsResponse.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<ProvisionedProductDetail> provisionedProducts()
A list of ProvisionedProduct detail objects.
public String nextPageToken()
The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
public ScanProvisionedProductsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ScanProvisionedProductsResponse.Builder,ScanProvisionedProductsResponse>
public static ScanProvisionedProductsResponse.Builder builder()
public static Class<? extends ScanProvisionedProductsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.