/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Summary information about a constraint.See Also:
AWS
* API Reference
The type of constraint.
LAUNCH
NOTIFICATION
STACKSET
* TEMPLATE
The type of constraint.
LAUNCH
NOTIFICATION
STACKSET
* TEMPLATE
The type of constraint.
LAUNCH
NOTIFICATION
STACKSET
* TEMPLATE
The type of constraint.
LAUNCH
NOTIFICATION
STACKSET
* TEMPLATE
The type of constraint.
LAUNCH
NOTIFICATION
STACKSET
* TEMPLATE
The type of constraint.
LAUNCH
NOTIFICATION
STACKSET
* TEMPLATE
The type of constraint.
LAUNCH
NOTIFICATION
STACKSET
* TEMPLATE
The type of constraint.
LAUNCH
NOTIFICATION
STACKSET
* TEMPLATE
The description of the constraint.
*/ inline const Aws::String& GetDescription() const{ return m_description; } /** *The description of the constraint.
*/ inline bool DescriptionHasBeenSet() const { return m_descriptionHasBeenSet; } /** *The description of the constraint.
*/ inline void SetDescription(const Aws::String& value) { m_descriptionHasBeenSet = true; m_description = value; } /** *The description of the constraint.
*/ inline void SetDescription(Aws::String&& value) { m_descriptionHasBeenSet = true; m_description = std::move(value); } /** *The description of the constraint.
*/ inline void SetDescription(const char* value) { m_descriptionHasBeenSet = true; m_description.assign(value); } /** *The description of the constraint.
*/ inline ConstraintSummary& WithDescription(const Aws::String& value) { SetDescription(value); return *this;} /** *The description of the constraint.
*/ inline ConstraintSummary& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;} /** *The description of the constraint.
*/ inline ConstraintSummary& WithDescription(const char* value) { SetDescription(value); return *this;} private: Aws::String m_type; bool m_typeHasBeenSet = false; Aws::String m_description; bool m_descriptionHasBeenSet = false; }; } // namespace Model } // namespace ServiceCatalog } // namespace Aws