/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The list of severity levels returned by the DescribeSeverityLevels
* operation.See Also:
AWS
* API Reference
The available severity levels for the support case. Available severity levels * are defined by your service level agreement with Amazon Web Services.
*/ inline const Aws::VectorThe available severity levels for the support case. Available severity levels * are defined by your service level agreement with Amazon Web Services.
*/ inline void SetSeverityLevels(const Aws::VectorThe available severity levels for the support case. Available severity levels * are defined by your service level agreement with Amazon Web Services.
*/ inline void SetSeverityLevels(Aws::VectorThe available severity levels for the support case. Available severity levels * are defined by your service level agreement with Amazon Web Services.
*/ inline DescribeSeverityLevelsResult& WithSeverityLevels(const Aws::VectorThe available severity levels for the support case. Available severity levels * are defined by your service level agreement with Amazon Web Services.
*/ inline DescribeSeverityLevelsResult& WithSeverityLevels(Aws::VectorThe available severity levels for the support case. Available severity levels * are defined by your service level agreement with Amazon Web Services.
*/ inline DescribeSeverityLevelsResult& AddSeverityLevels(const SeverityLevel& value) { m_severityLevels.push_back(value); return *this; } /** *The available severity levels for the support case. Available severity levels * are defined by your service level agreement with Amazon Web Services.
*/ inline DescribeSeverityLevelsResult& AddSeverityLevels(SeverityLevel&& value) { m_severityLevels.push_back(std::move(value)); return *this; } inline const Aws::String& GetRequestId() const{ return m_requestId; } inline void SetRequestId(const Aws::String& value) { m_requestId = value; } inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); } inline void SetRequestId(const char* value) { m_requestId.assign(value); } inline DescribeSeverityLevelsResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline DescribeSeverityLevelsResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline DescribeSeverityLevelsResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::Vector