7#include <aws/eks/EKS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
42 template<
typename FargateProfileNamesT = Aws::Vector<Aws::String>>
43 void SetFargateProfileNames(FargateProfileNamesT&& value) { m_fargateProfileNamesHasBeenSet =
true; m_fargateProfileNames = std::forward<FargateProfileNamesT>(value); }
44 template<
typename FargateProfileNamesT = Aws::Vector<Aws::String>>
46 template<
typename FargateProfileNamesT = Aws::String>
61 template<
typename NextTokenT = Aws::String>
62 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
63 template<
typename NextTokenT = Aws::String>
70 template<
typename RequestIdT = Aws::String>
71 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
72 template<
typename RequestIdT = Aws::String>
78 bool m_fargateProfileNamesHasBeenSet =
false;
81 bool m_nextTokenHasBeenSet =
false;
84 bool m_requestIdHasBeenSet =
false;
AWS_EKS_API ListFargateProfilesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_EKS_API ListFargateProfilesResult()=default
ListFargateProfilesResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetNextToken() const
AWS_EKS_API ListFargateProfilesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListFargateProfilesResult & WithFargateProfileNames(FargateProfileNamesT &&value)
ListFargateProfilesResult & AddFargateProfileNames(FargateProfileNamesT &&value)
void SetFargateProfileNames(FargateProfileNamesT &&value)
const Aws::String & GetRequestId() const
const Aws::Vector< Aws::String > & GetFargateProfileNames() const
void SetNextToken(NextTokenT &&value)
ListFargateProfilesResult & WithNextToken(NextTokenT &&value)
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue