ToCopyableBuilder<EstimateTemplateCostResponse.Builder,EstimateTemplateCostResponse>
@Generated("software.amazon.awssdk:codegen") public class EstimateTemplateCostResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<EstimateTemplateCostResponse.Builder,EstimateTemplateCostResponse>
The output for a EstimateTemplateCost action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
EstimateTemplateCostResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static EstimateTemplateCostResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends EstimateTemplateCostResponse.Builder> |
serializableBuilderClass() |
|
EstimateTemplateCostResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
url() |
An AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the
template.
|
setSdkHttpMetadata, setSdkResponseMetadata
public String url()
An AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.
public EstimateTemplateCostResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<EstimateTemplateCostResponse.Builder,EstimateTemplateCostResponse>
public static EstimateTemplateCostResponse.Builder builder()
public static Class<? extends EstimateTemplateCostResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.