/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Container for the request parameters to the
* ListDomainsForPackage
operation.See Also:
AWS
* API Reference
The unique identifier of the package for which to list associated * domains.
*/ inline const Aws::String& GetPackageID() const{ return m_packageID; } /** *The unique identifier of the package for which to list associated * domains.
*/ inline bool PackageIDHasBeenSet() const { return m_packageIDHasBeenSet; } /** *The unique identifier of the package for which to list associated * domains.
*/ inline void SetPackageID(const Aws::String& value) { m_packageIDHasBeenSet = true; m_packageID = value; } /** *The unique identifier of the package for which to list associated * domains.
*/ inline void SetPackageID(Aws::String&& value) { m_packageIDHasBeenSet = true; m_packageID = std::move(value); } /** *The unique identifier of the package for which to list associated * domains.
*/ inline void SetPackageID(const char* value) { m_packageIDHasBeenSet = true; m_packageID.assign(value); } /** *The unique identifier of the package for which to list associated * domains.
*/ inline ListDomainsForPackageRequest& WithPackageID(const Aws::String& value) { SetPackageID(value); return *this;} /** *The unique identifier of the package for which to list associated * domains.
*/ inline ListDomainsForPackageRequest& WithPackageID(Aws::String&& value) { SetPackageID(std::move(value)); return *this;} /** *The unique identifier of the package for which to list associated * domains.
*/ inline ListDomainsForPackageRequest& WithPackageID(const char* value) { SetPackageID(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 ListDomainsForPackage
operation returns a
* nextToken
, you can include the returned nextToken
in
* subsequent ListDomainsForPackage
operations, which returns results
* in the next page.
If your initial ListDomainsForPackage
operation returns a
* nextToken
, you can include the returned nextToken
in
* subsequent ListDomainsForPackage
operations, which returns results
* in the next page.
If your initial ListDomainsForPackage
operation returns a
* nextToken
, you can include the returned nextToken
in
* subsequent ListDomainsForPackage
operations, which returns results
* in the next page.
If your initial ListDomainsForPackage
operation returns a
* nextToken
, you can include the returned nextToken
in
* subsequent ListDomainsForPackage
operations, which returns results
* in the next page.
If your initial ListDomainsForPackage
operation returns a
* nextToken
, you can include the returned nextToken
in
* subsequent ListDomainsForPackage
operations, which returns results
* in the next page.
If your initial ListDomainsForPackage
operation returns a
* nextToken
, you can include the returned nextToken
in
* subsequent ListDomainsForPackage
operations, which returns results
* in the next page.
If your initial ListDomainsForPackage
operation returns a
* nextToken
, you can include the returned nextToken
in
* subsequent ListDomainsForPackage
operations, which returns results
* in the next page.
If your initial ListDomainsForPackage
operation returns a
* nextToken
, you can include the returned nextToken
in
* subsequent ListDomainsForPackage
operations, which returns results
* in the next page.