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/FargateProfileIssueCode.h>
44 m_codeHasBeenSet =
true;
59 template <
typename MessageT = Aws::String>
61 m_messageHasBeenSet =
true;
62 m_message = std::forward<MessageT>(value);
64 template <
typename MessageT = Aws::String>
77 template <
typename ResourceIdsT = Aws::Vector<Aws::String>>
79 m_resourceIdsHasBeenSet =
true;
80 m_resourceIds = std::forward<ResourceIdsT>(value);
82 template <
typename ResourceIdsT = Aws::Vector<Aws::String>>
87 template <
typename ResourceIdsT = Aws::String>
89 m_resourceIdsHasBeenSet =
true;
90 m_resourceIds.emplace_back(std::forward<ResourceIdsT>(value));
100 bool m_codeHasBeenSet =
false;
101 bool m_messageHasBeenSet =
false;
102 bool m_resourceIdsHasBeenSet =
false;
FargateProfileIssue & WithResourceIds(ResourceIdsT &&value)
void SetMessage(MessageT &&value)
FargateProfileIssue & AddResourceIds(ResourceIdsT &&value)
FargateProfileIssue & WithMessage(MessageT &&value)
bool MessageHasBeenSet() const
AWS_EKS_API FargateProfileIssue()=default
AWS_EKS_API FargateProfileIssue & operator=(Aws::Utils::Json::JsonView jsonValue)
FargateProfileIssue & WithCode(FargateProfileIssueCode value)
void SetCode(FargateProfileIssueCode value)
void SetResourceIds(ResourceIdsT &&value)
FargateProfileIssueCode GetCode() const
AWS_EKS_API Aws::Utils::Json::JsonValue Jsonize() const
bool CodeHasBeenSet() const
const Aws::Vector< Aws::String > & GetResourceIds() const
AWS_EKS_API FargateProfileIssue(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetMessage() const
bool ResourceIdsHasBeenSet() 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