/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The date configuration of the filter.See Also:
AWS
* API Reference
The options for the date configuration. Choose one of the options below:
* NOW
The options for the date configuration. Choose one of the options below:
* NOW
The options for the date configuration. Choose one of the options below:
* NOW
The options for the date configuration. Choose one of the options below:
* NOW
The options for the date configuration. Choose one of the options below:
* NOW
The options for the date configuration. Choose one of the options below:
* NOW
The name of the parameter that is used for the anchor date configuration.
*/ inline const Aws::String& GetParameterName() const{ return m_parameterName; } /** *The name of the parameter that is used for the anchor date configuration.
*/ inline bool ParameterNameHasBeenSet() const { return m_parameterNameHasBeenSet; } /** *The name of the parameter that is used for the anchor date configuration.
*/ inline void SetParameterName(const Aws::String& value) { m_parameterNameHasBeenSet = true; m_parameterName = value; } /** *The name of the parameter that is used for the anchor date configuration.
*/ inline void SetParameterName(Aws::String&& value) { m_parameterNameHasBeenSet = true; m_parameterName = std::move(value); } /** *The name of the parameter that is used for the anchor date configuration.
*/ inline void SetParameterName(const char* value) { m_parameterNameHasBeenSet = true; m_parameterName.assign(value); } /** *The name of the parameter that is used for the anchor date configuration.
*/ inline AnchorDateConfiguration& WithParameterName(const Aws::String& value) { SetParameterName(value); return *this;} /** *The name of the parameter that is used for the anchor date configuration.
*/ inline AnchorDateConfiguration& WithParameterName(Aws::String&& value) { SetParameterName(std::move(value)); return *this;} /** *The name of the parameter that is used for the anchor date configuration.
*/ inline AnchorDateConfiguration& WithParameterName(const char* value) { SetParameterName(value); return *this;} private: AnchorOption m_anchorOption; bool m_anchorOptionHasBeenSet = false; Aws::String m_parameterName; bool m_parameterNameHasBeenSet = false; }; } // namespace Model } // namespace QuickSight } // namespace Aws