/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The result of a DescribeExpressions
request. Contains the
* expressions configured for the domain specified in the request.See
* Also:
AWS
* API Reference
The expressions configured for the domain.
*/ inline const Aws::VectorThe expressions configured for the domain.
*/ inline void SetExpressions(const Aws::VectorThe expressions configured for the domain.
*/ inline void SetExpressions(Aws::VectorThe expressions configured for the domain.
*/ inline DescribeExpressionsResult& WithExpressions(const Aws::VectorThe expressions configured for the domain.
*/ inline DescribeExpressionsResult& WithExpressions(Aws::VectorThe expressions configured for the domain.
*/ inline DescribeExpressionsResult& AddExpressions(const ExpressionStatus& value) { m_expressions.push_back(value); return *this; } /** *The expressions configured for the domain.
*/ inline DescribeExpressionsResult& AddExpressions(ExpressionStatus&& value) { m_expressions.push_back(std::move(value)); return *this; } inline const ResponseMetadata& GetResponseMetadata() const{ return m_responseMetadata; } inline void SetResponseMetadata(const ResponseMetadata& value) { m_responseMetadata = value; } inline void SetResponseMetadata(ResponseMetadata&& value) { m_responseMetadata = std::move(value); } inline DescribeExpressionsResult& WithResponseMetadata(const ResponseMetadata& value) { SetResponseMetadata(value); return *this;} inline DescribeExpressionsResult& WithResponseMetadata(ResponseMetadata&& value) { SetResponseMetadata(std::move(value)); return *this;} private: Aws::Vector