7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/eks/EKS_EXPORTS.h>
10#include <aws/eks/model/ErrorCode.h>
55 m_errorCodeHasBeenSet =
true;
70 template <
typename ErrorMessageT = Aws::String>
72 m_errorMessageHasBeenSet =
true;
73 m_errorMessage = std::forward<ErrorMessageT>(value);
75 template <
typename ErrorMessageT = Aws::String>
89 template <
typename ResourceIdsT = Aws::Vector<Aws::String>>
91 m_resourceIdsHasBeenSet =
true;
92 m_resourceIds = std::forward<ResourceIdsT>(value);
94 template <
typename ResourceIdsT = Aws::Vector<Aws::String>>
99 template <
typename ResourceIdsT = Aws::String>
101 m_resourceIdsHasBeenSet =
true;
102 m_resourceIds.emplace_back(std::forward<ResourceIdsT>(value));
112 bool m_errorCodeHasBeenSet =
false;
113 bool m_errorMessageHasBeenSet =
false;
114 bool m_resourceIdsHasBeenSet =
false;
bool ErrorCodeHasBeenSet() const
ErrorDetail & WithErrorMessage(ErrorMessageT &&value)
AWS_EKS_API ErrorDetail(Aws::Utils::Json::JsonView jsonValue)
void SetErrorCode(ErrorCode value)
AWS_EKS_API ErrorDetail()=default
void SetErrorMessage(ErrorMessageT &&value)
bool ErrorMessageHasBeenSet() const
AWS_EKS_API ErrorDetail & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetErrorMessage() const
const Aws::Vector< Aws::String > & GetResourceIds() const
ErrorDetail & WithErrorCode(ErrorCode value)
bool ResourceIdsHasBeenSet() const
void SetResourceIds(ResourceIdsT &&value)
ErrorDetail & WithResourceIds(ResourceIdsT &&value)
ErrorDetail & AddResourceIds(ResourceIdsT &&value)
AWS_EKS_API Aws::Utils::Json::JsonValue Jsonize() const
ErrorCode GetErrorCode() 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