7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/support/Support_EXPORTS.h>
10#include <aws/support/model/SeverityLevel.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
43 template <
typename SeverityLevelsT = Aws::Vector<SeverityLevel>>
45 m_severityLevelsHasBeenSet =
true;
46 m_severityLevels = std::forward<SeverityLevelsT>(value);
48 template <
typename SeverityLevelsT = Aws::Vector<SeverityLevel>>
53 template <
typename SeverityLevelsT = SeverityLevel>
55 m_severityLevelsHasBeenSet =
true;
56 m_severityLevels.emplace_back(std::forward<SeverityLevelsT>(value));
64 template <
typename RequestIdT = Aws::String>
66 m_requestIdHasBeenSet =
true;
67 m_requestId = std::forward<RequestIdT>(value);
69 template <
typename RequestIdT = Aws::String>
79 bool m_severityLevelsHasBeenSet =
false;
80 bool m_requestIdHasBeenSet =
false;
DescribeSeverityLevelsResult & WithSeverityLevels(SeverityLevelsT &&value)
DescribeSeverityLevelsResult & WithRequestId(RequestIdT &&value)
DescribeSeverityLevelsResult & AddSeverityLevels(SeverityLevelsT &&value)
AWS_SUPPORT_API DescribeSeverityLevelsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< SeverityLevel > & GetSeverityLevels() const
void SetSeverityLevels(SeverityLevelsT &&value)
AWS_SUPPORT_API DescribeSeverityLevelsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_SUPPORT_API DescribeSeverityLevelsResult()=default
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue