/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Container for the parameters to the DescribeDomainAutoTunes
* operation.See Also:
AWS
* API Reference
Name of the domain that you want Auto-Tune details about.
*/ inline const Aws::String& GetDomainName() const{ return m_domainName; } /** *Name of the domain that you want Auto-Tune details about.
*/ inline bool DomainNameHasBeenSet() const { return m_domainNameHasBeenSet; } /** *Name of the domain that you want Auto-Tune details about.
*/ inline void SetDomainName(const Aws::String& value) { m_domainNameHasBeenSet = true; m_domainName = value; } /** *Name of the domain that you want Auto-Tune details about.
*/ inline void SetDomainName(Aws::String&& value) { m_domainNameHasBeenSet = true; m_domainName = std::move(value); } /** *Name of the domain that you want Auto-Tune details about.
*/ inline void SetDomainName(const char* value) { m_domainNameHasBeenSet = true; m_domainName.assign(value); } /** *Name of the domain that you want Auto-Tune details about.
*/ inline DescribeDomainAutoTunesRequest& WithDomainName(const Aws::String& value) { SetDomainName(value); return *this;} /** *Name of the domain that you want Auto-Tune details about.
*/ inline DescribeDomainAutoTunesRequest& WithDomainName(Aws::String&& value) { SetDomainName(std::move(value)); return *this;} /** *Name of the domain that you want Auto-Tune details about.
*/ inline DescribeDomainAutoTunesRequest& WithDomainName(const char* value) { SetDomainName(value); return *this;} /** *An optional parameter that specifies the maximum number of results to return.
* You can use nextToken
to get the next page of results.
An optional parameter that specifies the maximum number of results to return.
* You can use nextToken
to get the next page of results.
An optional parameter that specifies the maximum number of results to return.
* You can use nextToken
to get the next page of results.
An optional parameter that specifies the maximum number of results to return.
* You can use nextToken
to get the next page of results.
If your initial DescribeDomainAutoTunes
operation returns a
* nextToken
, you can include the returned nextToken
in
* subsequent DescribeDomainAutoTunes
operations, which returns
* results in the next page.
If your initial DescribeDomainAutoTunes
operation returns a
* nextToken
, you can include the returned nextToken
in
* subsequent DescribeDomainAutoTunes
operations, which returns
* results in the next page.
If your initial DescribeDomainAutoTunes
operation returns a
* nextToken
, you can include the returned nextToken
in
* subsequent DescribeDomainAutoTunes
operations, which returns
* results in the next page.
If your initial DescribeDomainAutoTunes
operation returns a
* nextToken
, you can include the returned nextToken
in
* subsequent DescribeDomainAutoTunes
operations, which returns
* results in the next page.
If your initial DescribeDomainAutoTunes
operation returns a
* nextToken
, you can include the returned nextToken
in
* subsequent DescribeDomainAutoTunes
operations, which returns
* results in the next page.
If your initial DescribeDomainAutoTunes
operation returns a
* nextToken
, you can include the returned nextToken
in
* subsequent DescribeDomainAutoTunes
operations, which returns
* results in the next page.
If your initial DescribeDomainAutoTunes
operation returns a
* nextToken
, you can include the returned nextToken
in
* subsequent DescribeDomainAutoTunes
operations, which returns
* results in the next page.
If your initial DescribeDomainAutoTunes
operation returns a
* nextToken
, you can include the returned nextToken
in
* subsequent DescribeDomainAutoTunes
operations, which returns
* results in the next page.