7#include <aws/core/utils/DateTime.h>
8#include <aws/devops-guru/DevOpsGuruRequest.h>
9#include <aws/devops-guru/DevOpsGuru_EXPORTS.h>
39 template <
typename FromTimeT = Aws::Utils::DateTime>
41 m_fromTimeHasBeenSet =
true;
42 m_fromTime = std::forward<FromTimeT>(value);
44 template <
typename FromTimeT = Aws::Utils::DateTime>
59 template <
typename ToTimeT = Aws::Utils::DateTime>
61 m_toTimeHasBeenSet =
true;
62 m_toTime = std::forward<ToTimeT>(value);
64 template <
typename ToTimeT = Aws::Utils::DateTime>
74 bool m_fromTimeHasBeenSet =
false;
75 bool m_toTimeHasBeenSet =
false;
void SetToTime(ToTimeT &&value)
AWS_DEVOPSGURU_API DescribeAccountOverviewRequest()=default
DescribeAccountOverviewRequest & WithToTime(ToTimeT &&value)
void SetFromTime(FromTimeT &&value)
bool ToTimeHasBeenSet() const
DescribeAccountOverviewRequest & WithFromTime(FromTimeT &&value)
bool FromTimeHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_DEVOPSGURU_API Aws::String SerializePayload() const override
const Aws::Utils::DateTime & GetFromTime() const
const Aws::Utils::DateTime & GetToTime() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String