7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/DateTime.h>
48 template<
typename NameT = Aws::String>
49 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
50 template<
typename NameT = Aws::String>
60 template<
typename ValuesT = Aws::Vector<Aws::Utils::DateTime>>
61 void SetValues(ValuesT&& value) { m_valuesHasBeenSet =
true; m_values = std::forward<ValuesT>(value); }
62 template<
typename ValuesT = Aws::Vector<Aws::Utils::DateTime>>
64 template<
typename ValuesT = Aws::Utils::DateTime>
65 DateTimeParameter&
AddValues(ValuesT&& value) { m_valuesHasBeenSet =
true; m_values.emplace_back(std::forward<ValuesT>(value));
return *
this; }
70 bool m_nameHasBeenSet =
false;
73 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