7#include <aws/ce/CostExplorer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename StartDateT = Aws::String>
47 void SetStartDate(StartDateT&& value) { m_startDateHasBeenSet =
true; m_startDate = std::forward<StartDateT>(value); }
48 template<
typename StartDateT = Aws::String>
58 template<
typename EndDateT = Aws::String>
59 void SetEndDate(EndDateT&& value) { m_endDateHasBeenSet =
true; m_endDate = std::forward<EndDateT>(value); }
60 template<
typename EndDateT = Aws::String>
66 bool m_startDateHasBeenSet =
false;
69 bool m_endDateHasBeenSet =
false;
bool EndDateHasBeenSet() const
AWS_COSTEXPLORER_API AnomalyDateInterval(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetEndDate() const
AWS_COSTEXPLORER_API AnomalyDateInterval()=default
AWS_COSTEXPLORER_API AnomalyDateInterval & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetStartDate() const
bool StartDateHasBeenSet() const
AnomalyDateInterval & WithEndDate(EndDateT &&value)
void SetStartDate(StartDateT &&value)
AWS_COSTEXPLORER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetEndDate(EndDateT &&value)
AnomalyDateInterval & WithStartDate(StartDateT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue