7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/AnchorOption.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
58 template<
typename ParameterNameT = Aws::String>
59 void SetParameterName(ParameterNameT&& value) { m_parameterNameHasBeenSet =
true; m_parameterName = std::forward<ParameterNameT>(value); }
60 template<
typename ParameterNameT = Aws::String>
66 bool m_anchorOptionHasBeenSet =
false;
69 bool m_parameterNameHasBeenSet =
false;
const Aws::String & GetParameterName() const
AWS_QUICKSIGHT_API AnchorDateConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
bool AnchorOptionHasBeenSet() const
void SetAnchorOption(AnchorOption value)
bool ParameterNameHasBeenSet() const
AWS_QUICKSIGHT_API AnchorDateConfiguration()=default
AnchorOption GetAnchorOption() const
AnchorDateConfiguration & WithParameterName(ParameterNameT &&value)
AWS_QUICKSIGHT_API AnchorDateConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetParameterName(ParameterNameT &&value)
AnchorDateConfiguration & WithAnchorOption(AnchorOption value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue