/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The style configuration of the reference line.See Also:
AWS
* API Reference
The pattern type of the line style. Choose one of the following options:
* SOLID
DASHED
DOTTED
The pattern type of the line style. Choose one of the following options:
* SOLID
DASHED
DOTTED
The pattern type of the line style. Choose one of the following options:
* SOLID
DASHED
DOTTED
The pattern type of the line style. Choose one of the following options:
* SOLID
DASHED
DOTTED
The pattern type of the line style. Choose one of the following options:
* SOLID
DASHED
DOTTED
The pattern type of the line style. Choose one of the following options:
* SOLID
DASHED
DOTTED
The hex color of the reference line.
*/ inline const Aws::String& GetColor() const{ return m_color; } /** *The hex color of the reference line.
*/ inline bool ColorHasBeenSet() const { return m_colorHasBeenSet; } /** *The hex color of the reference line.
*/ inline void SetColor(const Aws::String& value) { m_colorHasBeenSet = true; m_color = value; } /** *The hex color of the reference line.
*/ inline void SetColor(Aws::String&& value) { m_colorHasBeenSet = true; m_color = std::move(value); } /** *The hex color of the reference line.
*/ inline void SetColor(const char* value) { m_colorHasBeenSet = true; m_color.assign(value); } /** *The hex color of the reference line.
*/ inline ReferenceLineStyleConfiguration& WithColor(const Aws::String& value) { SetColor(value); return *this;} /** *The hex color of the reference line.
*/ inline ReferenceLineStyleConfiguration& WithColor(Aws::String&& value) { SetColor(std::move(value)); return *this;} /** *The hex color of the reference line.
*/ inline ReferenceLineStyleConfiguration& WithColor(const char* value) { SetColor(value); return *this;} private: ReferenceLinePatternType m_pattern; bool m_patternHasBeenSet = false; Aws::String m_color; bool m_colorHasBeenSet = false; }; } // namespace Model } // namespace QuickSight } // namespace Aws