7#include <aws/ce/CostExplorer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace CostExplorer {
40 template <
typename StartDateT = Aws::String>
42 m_startDateHasBeenSet =
true;
43 m_startDate = std::forward<StartDateT>(value);
45 template <
typename StartDateT = Aws::String>
58 template <
typename EndDateT = Aws::String>
60 m_endDateHasBeenSet =
true;
61 m_endDate = std::forward<EndDateT>(value);
63 template <
typename EndDateT = Aws::String>
73 bool m_startDateHasBeenSet =
false;
74 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