7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lightsail/LightsailRequest.h>
10#include <aws/lightsail/Lightsail_EXPORTS.h>
40 template <
typename ResourceNameT = Aws::String>
42 m_resourceNameHasBeenSet =
true;
43 m_resourceName = std::forward<ResourceNameT>(value);
45 template <
typename ResourceNameT = Aws::String>
64 template <
typename StartTimeT = Aws::Utils::DateTime>
66 m_startTimeHasBeenSet =
true;
67 m_startTime = std::forward<StartTimeT>(value);
69 template <
typename StartTimeT = Aws::Utils::DateTime>
87 template <
typename EndTimeT = Aws::Utils::DateTime>
89 m_endTimeHasBeenSet =
true;
90 m_endTime = std::forward<EndTimeT>(value);
92 template <
typename EndTimeT = Aws::Utils::DateTime>
104 bool m_resourceNameHasBeenSet =
false;
105 bool m_startTimeHasBeenSet =
false;
106 bool m_endTimeHasBeenSet =
false;
bool ResourceNameHasBeenSet() const
AWS_LIGHTSAIL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::Utils::DateTime & GetEndTime() const
GetCostEstimateRequest & WithEndTime(EndTimeT &&value)
GetCostEstimateRequest & WithStartTime(StartTimeT &&value)
void SetStartTime(StartTimeT &&value)
void SetResourceName(ResourceNameT &&value)
virtual const char * GetServiceRequestName() const override
GetCostEstimateRequest & WithResourceName(ResourceNameT &&value)
bool EndTimeHasBeenSet() const
const Aws::Utils::DateTime & GetStartTime() const
bool StartTimeHasBeenSet() const
void SetEndTime(EndTimeT &&value)
AWS_LIGHTSAIL_API GetCostEstimateRequest()=default
AWS_LIGHTSAIL_API Aws::String SerializePayload() const override
const Aws::String & GetResourceName() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String