7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/quicksight/QuickSight_EXPORTS.h>
42 template <
typename NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
60 template <
typename ValuesT = Aws::Vector<Aws::Utils::DateTime>>
62 m_valuesHasBeenSet =
true;
63 m_values = std::forward<ValuesT>(value);
65 template <
typename ValuesT = Aws::Vector<Aws::Utils::DateTime>>
70 template <
typename ValuesT = Aws::Utils::DateTime>
72 m_valuesHasBeenSet =
true;
73 m_values.emplace_back(std::forward<ValuesT>(value));
81 bool m_nameHasBeenSet =
false;
82 bool m_valuesHasBeenSet =
false;
AWS_QUICKSIGHT_API DateTimeParameter & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::Utils::DateTime > & GetValues() const
const Aws::String & GetName() const
void SetName(NameT &&value)
DateTimeParameter & WithValues(ValuesT &&value)
DateTimeParameter & WithName(NameT &&value)
AWS_QUICKSIGHT_API DateTimeParameter(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
DateTimeParameter & AddValues(ValuesT &&value)
void SetValues(ValuesT &&value)
AWS_QUICKSIGHT_API DateTimeParameter()=default
bool ValuesHasBeenSet() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue