7#include <aws/eks/EKS_EXPORTS.h>
8#include <aws/eks/model/FargateProfileIssueCode.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
59 template<
typename MessageT = Aws::String>
60 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
61 template<
typename MessageT = Aws::String>
71 template<
typename ResourceIdsT = Aws::Vector<Aws::String>>
72 void SetResourceIds(ResourceIdsT&& value) { m_resourceIdsHasBeenSet =
true; m_resourceIds = std::forward<ResourceIdsT>(value); }
73 template<
typename ResourceIdsT = Aws::Vector<Aws::String>>
75 template<
typename ResourceIdsT = Aws::String>
81 bool m_codeHasBeenSet =
false;
84 bool m_messageHasBeenSet =
false;
87 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