7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/redshift/RedshiftRequest.h>
9#include <aws/redshift/Redshift_EXPORTS.h>
44 template <
typename ClusterVersionT = Aws::String>
46 m_clusterVersionHasBeenSet =
true;
47 m_clusterVersion = std::forward<ClusterVersionT>(value);
49 template <
typename ClusterVersionT = Aws::String>
65 template <
typename ClusterParameterGroupFamilyT = Aws::String>
67 m_clusterParameterGroupFamilyHasBeenSet =
true;
68 m_clusterParameterGroupFamily = std::forward<ClusterParameterGroupFamilyT>(value);
70 template <
typename ClusterParameterGroupFamilyT = Aws::String>
89 m_maxRecordsHasBeenSet =
true;
109 template <
typename MarkerT = Aws::String>
111 m_markerHasBeenSet =
true;
112 m_marker = std::forward<MarkerT>(value);
114 template <
typename MarkerT = Aws::String>
128 bool m_clusterVersionHasBeenSet =
false;
129 bool m_clusterParameterGroupFamilyHasBeenSet =
false;
130 bool m_maxRecordsHasBeenSet =
false;
131 bool m_markerHasBeenSet =
false;
int GetMaxRecords() const
const Aws::String & GetClusterParameterGroupFamily() const
const Aws::String & GetMarker() const
bool MaxRecordsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetClusterVersion(ClusterVersionT &&value)
const Aws::String & GetClusterVersion() const
void SetMaxRecords(int value)
DescribeClusterVersionsRequest & WithClusterVersion(ClusterVersionT &&value)
AWS_REDSHIFT_API DescribeClusterVersionsRequest()=default
DescribeClusterVersionsRequest & WithClusterParameterGroupFamily(ClusterParameterGroupFamilyT &&value)
bool MarkerHasBeenSet() const
void SetMarker(MarkerT &&value)
bool ClusterVersionHasBeenSet() const
AWS_REDSHIFT_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetClusterParameterGroupFamily(ClusterParameterGroupFamilyT &&value)
DescribeClusterVersionsRequest & WithMaxRecords(int value)
bool ClusterParameterGroupFamilyHasBeenSet() const
DescribeClusterVersionsRequest & WithMarker(MarkerT &&value)
AWS_REDSHIFT_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String