@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetCostEstimateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetCostEstimateRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetCostEstimateRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Date |
getEndTime()
The cost estimate end time.
|
String |
getResourceName()
The resource name.
|
Date |
getStartTime()
The cost estimate start time.
|
int |
hashCode() |
void |
setEndTime(Date endTime)
The cost estimate end time.
|
void |
setResourceName(String resourceName)
The resource name.
|
void |
setStartTime(Date startTime)
The cost estimate start time.
|
String |
toString()
Returns a string representation of this object.
|
GetCostEstimateRequest |
withEndTime(Date endTime)
The cost estimate end time.
|
GetCostEstimateRequest |
withResourceName(String resourceName)
The resource name.
|
GetCostEstimateRequest |
withStartTime(Date startTime)
The cost estimate start time.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setResourceName(String resourceName)
The resource name.
resourceName - The resource name.public String getResourceName()
The resource name.
public GetCostEstimateRequest withResourceName(String resourceName)
The resource name.
resourceName - The resource name.public void setStartTime(Date 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.
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.
public Date getStartTime()
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 GetCostEstimateRequest withStartTime(Date 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.
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.
public void setEndTime(Date 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.
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.
public Date getEndTime()
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 withEndTime(Date 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.
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.
public String toString()
toString in class ObjectObject.toString()public GetCostEstimateRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()