@Generated(value="software.amazon.awssdk:codegen") public final class GetCostEstimateRequest extends LightsailRequest implements ToCopyableBuilder<GetCostEstimateRequest.Builder,GetCostEstimateRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetCostEstimateRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetCostEstimateRequest.Builder |
builder() |
Instant |
endTime()
The cost estimate end time.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
resourceName()
The resource name.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetCostEstimateRequest.Builder> |
serializableBuilderClass() |
Instant |
startTime()
The cost estimate start time.
|
GetCostEstimateRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String resourceName()
The resource name.
public final Instant startTime()
The cost estimate start time.
Constraints:
Specified in Coordinated Universal Time (UTC).
Specified in the Unix time format.
For example, if you want to use a start time of October 1, 2018, at 8 PM UTC, specify 1538424000 as
the start time.
You can convert a human-friendly time to Unix time format using a converter like Epoch converter.
Constraints:
Specified in Coordinated Universal Time (UTC).
Specified in the Unix time format.
For example, if you want to use a start time of October 1, 2018, at 8 PM UTC, specify
1538424000 as the start time.
You can convert a human-friendly time to Unix time format using a converter like Epoch converter.
public final Instant endTime()
The cost estimate end time.
Constraints:
Specified in Coordinated Universal Time (UTC).
Specified in the Unix time format.
For example, if you want to use an end time of October 1, 2018, at 9 PM UTC, specify 1538427600 as
the end time.
You can convert a human-friendly time to Unix time format using a converter like Epoch converter.
Constraints:
Specified in Coordinated Universal Time (UTC).
Specified in the Unix time format.
For example, if you want to use an end time of October 1, 2018, at 9 PM UTC, specify
1538427600 as the end time.
You can convert a human-friendly time to Unix time format using a converter like Epoch converter.
public GetCostEstimateRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetCostEstimateRequest.Builder,GetCostEstimateRequest>toBuilder in class LightsailRequestpublic static GetCostEstimateRequest.Builder builder()
public static Class<? extends GetCostEstimateRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.