7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/eks/EKSRequest.h>
9#include <aws/eks/EKS_EXPORTS.h>
10#include <aws/eks/model/InsightsFilter.h>
38 template <
typename ClusterNameT = Aws::String>
40 m_clusterNameHasBeenSet =
true;
41 m_clusterName = std::forward<ClusterNameT>(value);
43 template <
typename ClusterNameT = Aws::String>
58 template <
typename FilterT = InsightsFilter>
60 m_filterHasBeenSet =
true;
61 m_filter = std::forward<FilterT>(value);
63 template <
typename FilterT = InsightsFilter>
85 m_maxResultsHasBeenSet =
true;
104 template <
typename NextTokenT = Aws::String>
106 m_nextTokenHasBeenSet =
true;
107 m_nextToken = std::forward<NextTokenT>(value);
109 template <
typename NextTokenT = Aws::String>
123 bool m_clusterNameHasBeenSet =
false;
124 bool m_filterHasBeenSet =
false;
125 bool m_maxResultsHasBeenSet =
false;
126 bool m_nextTokenHasBeenSet =
false;
const Aws::String & GetClusterName() const
bool NextTokenHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetFilter(FilterT &&value)
bool MaxResultsHasBeenSet() const
AWS_EKS_API ListInsightsRequest()=default
bool ClusterNameHasBeenSet() const
ListInsightsRequest & WithNextToken(NextTokenT &&value)
void SetClusterName(ClusterNameT &&value)
const InsightsFilter & GetFilter() const
bool FilterHasBeenSet() const
const Aws::String & GetNextToken() const
ListInsightsRequest & WithFilter(FilterT &&value)
void SetNextToken(NextTokenT &&value)
int GetMaxResults() const
ListInsightsRequest & WithMaxResults(int value)
void SetMaxResults(int value)
AWS_EKS_API Aws::String SerializePayload() const override
ListInsightsRequest & WithClusterName(ClusterNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String