7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/AnchorOption.h>
43 m_anchorOptionHasBeenSet =
true;
44 m_anchorOption = value;
58 template <
typename ParameterNameT = Aws::String>
60 m_parameterNameHasBeenSet =
true;
61 m_parameterName = std::forward<ParameterNameT>(value);
63 template <
typename ParameterNameT = Aws::String>
73 bool m_anchorOptionHasBeenSet =
false;
74 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