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>
50 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
72 bool m_nameHasBeenSet =
false;
75 bool m_valuesHasBeenSet =
false;
AWS_QUICKSIGHT_API DateTimeParameter & operator=(Aws::Utils::Json::JsonView jsonValue)
DateTimeParameter & AddValues(const Aws::Utils::DateTime &value)
const Aws::Vector< Aws::Utils::DateTime > & GetValues() const
const Aws::String & GetName() const
void SetValues(const Aws::Vector< Aws::Utils::DateTime > &value)
AWS_QUICKSIGHT_API DateTimeParameter(Aws::Utils::Json::JsonView jsonValue)
DateTimeParameter & WithValues(Aws::Vector< Aws::Utils::DateTime > &&value)
DateTimeParameter & AddValues(Aws::Utils::DateTime &&value)
bool NameHasBeenSet() const
void SetName(const char *value)
void SetValues(Aws::Vector< Aws::Utils::DateTime > &&value)
void SetName(const Aws::String &value)
void SetName(Aws::String &&value)
bool ValuesHasBeenSet() const
DateTimeParameter & WithName(const char *value)
AWS_QUICKSIGHT_API DateTimeParameter()
DateTimeParameter & WithName(Aws::String &&value)
DateTimeParameter & WithName(const Aws::String &value)
DateTimeParameter & WithValues(const Aws::Vector< Aws::Utils::DateTime > &value)
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