ToCopyableBuilder<ProvisionProductResponse.Builder,ProvisionProductResponse>
@Generated("software.amazon.awssdk:codegen") public class ProvisionProductResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ProvisionProductResponse.Builder,ProvisionProductResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ProvisionProductResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ProvisionProductResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
RecordDetail |
recordDetail() |
The detailed result of the ProvisionProduct request, containing the inputs made to that request, the
current state of the request, a pointer to the ProvisionedProduct object of the request, and a list of any errors
that the request encountered.
|
static Class<? extends ProvisionProductResponse.Builder> |
serializableBuilderClass() |
|
ProvisionProductResponse.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 RecordDetail recordDetail()
The detailed result of the ProvisionProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object of the request, and a list of any errors that the request encountered.
public ProvisionProductResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ProvisionProductResponse.Builder,ProvisionProductResponse>
public static ProvisionProductResponse.Builder builder()
public static Class<? extends ProvisionProductResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.