7#include <aws/redshift/Redshift_EXPORTS.h>
8#include <aws/redshift/RedshiftRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename ClusterIdentifierT = Aws::String>
49 void SetClusterIdentifier(ClusterIdentifierT&& value) { m_clusterIdentifierHasBeenSet =
true; m_clusterIdentifier = std::forward<ClusterIdentifierT>(value); }
50 template<
typename ClusterIdentifierT = Aws::String>
63 template<
typename NamespaceArnT = Aws::String>
64 void SetNamespaceArn(NamespaceArnT&& value) { m_namespaceArnHasBeenSet =
true; m_namespaceArn = std::forward<NamespaceArnT>(value); }
65 template<
typename NamespaceArnT = Aws::String>
78 inline void SetMaxRecords(
int value) { m_maxRecordsHasBeenSet =
true; m_maxRecords = value; }
92 template<
typename MarkerT = Aws::String>
93 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
94 template<
typename MarkerT = Aws::String>
100 bool m_clusterIdentifierHasBeenSet =
false;
103 bool m_namespaceArnHasBeenSet =
false;
106 bool m_maxRecordsHasBeenSet =
false;
109 bool m_markerHasBeenSet =
false;
const Aws::String & GetNamespaceArn() const
bool NamespaceArnHasBeenSet() const
AWS_REDSHIFT_API ListRecommendationsRequest()=default
ListRecommendationsRequest & WithClusterIdentifier(ClusterIdentifierT &&value)
ListRecommendationsRequest & WithMarker(MarkerT &&value)
virtual const char * GetServiceRequestName() const override
ListRecommendationsRequest & WithMaxRecords(int value)
int GetMaxRecords() const
bool MaxRecordsHasBeenSet() const
void SetMaxRecords(int value)
void SetNamespaceArn(NamespaceArnT &&value)
void SetMarker(MarkerT &&value)
const Aws::String & GetMarker() const
AWS_REDSHIFT_API Aws::String SerializePayload() const override
ListRecommendationsRequest & WithNamespaceArn(NamespaceArnT &&value)
const Aws::String & GetClusterIdentifier() const
void SetClusterIdentifier(ClusterIdentifierT &&value)
AWS_REDSHIFT_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool ClusterIdentifierHasBeenSet() const
bool MarkerHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String