/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include See Also:
AWS
* API Reference
The version filter value. Specify this parameter to show only the available * offerings matching the specified version.
Default: All versions.
*Constraints: Must be one of the version returned from * DescribeClusterVersions.
*/ inline const Aws::String& GetClusterVersion() const{ return m_clusterVersion; } /** *The version filter value. Specify this parameter to show only the available * offerings matching the specified version.
Default: All versions.
*Constraints: Must be one of the version returned from * DescribeClusterVersions.
*/ inline bool ClusterVersionHasBeenSet() const { return m_clusterVersionHasBeenSet; } /** *The version filter value. Specify this parameter to show only the available * offerings matching the specified version.
Default: All versions.
*Constraints: Must be one of the version returned from * DescribeClusterVersions.
*/ inline void SetClusterVersion(const Aws::String& value) { m_clusterVersionHasBeenSet = true; m_clusterVersion = value; } /** *The version filter value. Specify this parameter to show only the available * offerings matching the specified version.
Default: All versions.
*Constraints: Must be one of the version returned from * DescribeClusterVersions.
*/ inline void SetClusterVersion(Aws::String&& value) { m_clusterVersionHasBeenSet = true; m_clusterVersion = std::move(value); } /** *The version filter value. Specify this parameter to show only the available * offerings matching the specified version.
Default: All versions.
*Constraints: Must be one of the version returned from * DescribeClusterVersions.
*/ inline void SetClusterVersion(const char* value) { m_clusterVersionHasBeenSet = true; m_clusterVersion.assign(value); } /** *The version filter value. Specify this parameter to show only the available * offerings matching the specified version.
Default: All versions.
*Constraints: Must be one of the version returned from * DescribeClusterVersions.
*/ inline DescribeOrderableClusterOptionsRequest& WithClusterVersion(const Aws::String& value) { SetClusterVersion(value); return *this;} /** *The version filter value. Specify this parameter to show only the available * offerings matching the specified version.
Default: All versions.
*Constraints: Must be one of the version returned from * DescribeClusterVersions.
*/ inline DescribeOrderableClusterOptionsRequest& WithClusterVersion(Aws::String&& value) { SetClusterVersion(std::move(value)); return *this;} /** *The version filter value. Specify this parameter to show only the available * offerings matching the specified version.
Default: All versions.
*Constraints: Must be one of the version returned from * DescribeClusterVersions.
*/ inline DescribeOrderableClusterOptionsRequest& WithClusterVersion(const char* value) { SetClusterVersion(value); return *this;} /** *The node type filter value. Specify this parameter to show only the available * offerings matching the specified node type.
*/ inline const Aws::String& GetNodeType() const{ return m_nodeType; } /** *The node type filter value. Specify this parameter to show only the available * offerings matching the specified node type.
*/ inline bool NodeTypeHasBeenSet() const { return m_nodeTypeHasBeenSet; } /** *The node type filter value. Specify this parameter to show only the available * offerings matching the specified node type.
*/ inline void SetNodeType(const Aws::String& value) { m_nodeTypeHasBeenSet = true; m_nodeType = value; } /** *The node type filter value. Specify this parameter to show only the available * offerings matching the specified node type.
*/ inline void SetNodeType(Aws::String&& value) { m_nodeTypeHasBeenSet = true; m_nodeType = std::move(value); } /** *The node type filter value. Specify this parameter to show only the available * offerings matching the specified node type.
*/ inline void SetNodeType(const char* value) { m_nodeTypeHasBeenSet = true; m_nodeType.assign(value); } /** *The node type filter value. Specify this parameter to show only the available * offerings matching the specified node type.
*/ inline DescribeOrderableClusterOptionsRequest& WithNodeType(const Aws::String& value) { SetNodeType(value); return *this;} /** *The node type filter value. Specify this parameter to show only the available * offerings matching the specified node type.
*/ inline DescribeOrderableClusterOptionsRequest& WithNodeType(Aws::String&& value) { SetNodeType(std::move(value)); return *this;} /** *The node type filter value. Specify this parameter to show only the available * offerings matching the specified node type.
*/ inline DescribeOrderableClusterOptionsRequest& WithNodeType(const char* value) { SetNodeType(value); return *this;} /** *The maximum number of response records to return in each call. If the number
* of remaining response records exceeds the specified MaxRecords
* value, a value is returned in a marker
field of the response. You
* can retrieve the next set of records by retrying the command with the returned
* marker value.
Default: 100
Constraints: minimum 20, * maximum 100.
*/ inline int GetMaxRecords() const{ return m_maxRecords; } /** *The maximum number of response records to return in each call. If the number
* of remaining response records exceeds the specified MaxRecords
* value, a value is returned in a marker
field of the response. You
* can retrieve the next set of records by retrying the command with the returned
* marker value.
Default: 100
Constraints: minimum 20, * maximum 100.
*/ inline bool MaxRecordsHasBeenSet() const { return m_maxRecordsHasBeenSet; } /** *The maximum number of response records to return in each call. If the number
* of remaining response records exceeds the specified MaxRecords
* value, a value is returned in a marker
field of the response. You
* can retrieve the next set of records by retrying the command with the returned
* marker value.
Default: 100
Constraints: minimum 20, * maximum 100.
*/ inline void SetMaxRecords(int value) { m_maxRecordsHasBeenSet = true; m_maxRecords = value; } /** *The maximum number of response records to return in each call. If the number
* of remaining response records exceeds the specified MaxRecords
* value, a value is returned in a marker
field of the response. You
* can retrieve the next set of records by retrying the command with the returned
* marker value.
Default: 100
Constraints: minimum 20, * maximum 100.
*/ inline DescribeOrderableClusterOptionsRequest& WithMaxRecords(int value) { SetMaxRecords(value); return *this;} /** *An optional parameter that specifies the starting point to return a set of
* response records. When the results of a DescribeOrderableClusterOptions
* request exceed the value specified in MaxRecords
, Amazon Web
* Services returns a value in the Marker
field of the response. You
* can retrieve the next set of response records by providing the returned marker
* value in the Marker
parameter and retrying the request.
An optional parameter that specifies the starting point to return a set of
* response records. When the results of a DescribeOrderableClusterOptions
* request exceed the value specified in MaxRecords
, Amazon Web
* Services returns a value in the Marker
field of the response. You
* can retrieve the next set of response records by providing the returned marker
* value in the Marker
parameter and retrying the request.
An optional parameter that specifies the starting point to return a set of
* response records. When the results of a DescribeOrderableClusterOptions
* request exceed the value specified in MaxRecords
, Amazon Web
* Services returns a value in the Marker
field of the response. You
* can retrieve the next set of response records by providing the returned marker
* value in the Marker
parameter and retrying the request.
An optional parameter that specifies the starting point to return a set of
* response records. When the results of a DescribeOrderableClusterOptions
* request exceed the value specified in MaxRecords
, Amazon Web
* Services returns a value in the Marker
field of the response. You
* can retrieve the next set of response records by providing the returned marker
* value in the Marker
parameter and retrying the request.
An optional parameter that specifies the starting point to return a set of
* response records. When the results of a DescribeOrderableClusterOptions
* request exceed the value specified in MaxRecords
, Amazon Web
* Services returns a value in the Marker
field of the response. You
* can retrieve the next set of response records by providing the returned marker
* value in the Marker
parameter and retrying the request.
An optional parameter that specifies the starting point to return a set of
* response records. When the results of a DescribeOrderableClusterOptions
* request exceed the value specified in MaxRecords
, Amazon Web
* Services returns a value in the Marker
field of the response. You
* can retrieve the next set of response records by providing the returned marker
* value in the Marker
parameter and retrying the request.
An optional parameter that specifies the starting point to return a set of
* response records. When the results of a DescribeOrderableClusterOptions
* request exceed the value specified in MaxRecords
, Amazon Web
* Services returns a value in the Marker
field of the response. You
* can retrieve the next set of response records by providing the returned marker
* value in the Marker
parameter and retrying the request.
An optional parameter that specifies the starting point to return a set of
* response records. When the results of a DescribeOrderableClusterOptions
* request exceed the value specified in MaxRecords
, Amazon Web
* Services returns a value in the Marker
field of the response. You
* can retrieve the next set of response records by providing the returned marker
* value in the Marker
parameter and retrying the request.