/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A complex type that contains the response information for the
* request.See Also:
AWS
* API Reference
The ID of the hosted zone that you can associate the listed VPCs with.
*/ inline const Aws::String& GetHostedZoneId() const{ return m_hostedZoneId; } /** *The ID of the hosted zone that you can associate the listed VPCs with.
*/ inline void SetHostedZoneId(const Aws::String& value) { m_hostedZoneId = value; } /** *The ID of the hosted zone that you can associate the listed VPCs with.
*/ inline void SetHostedZoneId(Aws::String&& value) { m_hostedZoneId = std::move(value); } /** *The ID of the hosted zone that you can associate the listed VPCs with.
*/ inline void SetHostedZoneId(const char* value) { m_hostedZoneId.assign(value); } /** *The ID of the hosted zone that you can associate the listed VPCs with.
*/ inline ListVPCAssociationAuthorizationsResult& WithHostedZoneId(const Aws::String& value) { SetHostedZoneId(value); return *this;} /** *The ID of the hosted zone that you can associate the listed VPCs with.
*/ inline ListVPCAssociationAuthorizationsResult& WithHostedZoneId(Aws::String&& value) { SetHostedZoneId(std::move(value)); return *this;} /** *The ID of the hosted zone that you can associate the listed VPCs with.
*/ inline ListVPCAssociationAuthorizationsResult& WithHostedZoneId(const char* value) { SetHostedZoneId(value); return *this;} /** *When the response includes a NextToken
element, there are more
* VPCs that can be associated with the specified hosted zone. To get the next page
* of VPCs, submit another ListVPCAssociationAuthorizations
request,
* and include the value of the NextToken
element from the response in
* the nexttoken
request parameter.
When the response includes a NextToken
element, there are more
* VPCs that can be associated with the specified hosted zone. To get the next page
* of VPCs, submit another ListVPCAssociationAuthorizations
request,
* and include the value of the NextToken
element from the response in
* the nexttoken
request parameter.
When the response includes a NextToken
element, there are more
* VPCs that can be associated with the specified hosted zone. To get the next page
* of VPCs, submit another ListVPCAssociationAuthorizations
request,
* and include the value of the NextToken
element from the response in
* the nexttoken
request parameter.
When the response includes a NextToken
element, there are more
* VPCs that can be associated with the specified hosted zone. To get the next page
* of VPCs, submit another ListVPCAssociationAuthorizations
request,
* and include the value of the NextToken
element from the response in
* the nexttoken
request parameter.
When the response includes a NextToken
element, there are more
* VPCs that can be associated with the specified hosted zone. To get the next page
* of VPCs, submit another ListVPCAssociationAuthorizations
request,
* and include the value of the NextToken
element from the response in
* the nexttoken
request parameter.
When the response includes a NextToken
element, there are more
* VPCs that can be associated with the specified hosted zone. To get the next page
* of VPCs, submit another ListVPCAssociationAuthorizations
request,
* and include the value of the NextToken
element from the response in
* the nexttoken
request parameter.
When the response includes a NextToken
element, there are more
* VPCs that can be associated with the specified hosted zone. To get the next page
* of VPCs, submit another ListVPCAssociationAuthorizations
request,
* and include the value of the NextToken
element from the response in
* the nexttoken
request parameter.
The list of VPCs that are authorized to be associated with the specified * hosted zone.
*/ inline const Aws::VectorThe list of VPCs that are authorized to be associated with the specified * hosted zone.
*/ inline void SetVPCs(const Aws::VectorThe list of VPCs that are authorized to be associated with the specified * hosted zone.
*/ inline void SetVPCs(Aws::VectorThe list of VPCs that are authorized to be associated with the specified * hosted zone.
*/ inline ListVPCAssociationAuthorizationsResult& WithVPCs(const Aws::VectorThe list of VPCs that are authorized to be associated with the specified * hosted zone.
*/ inline ListVPCAssociationAuthorizationsResult& WithVPCs(Aws::VectorThe list of VPCs that are authorized to be associated with the specified * hosted zone.
*/ inline ListVPCAssociationAuthorizationsResult& AddVPCs(const VPC& value) { m_vPCs.push_back(value); return *this; } /** *The list of VPCs that are authorized to be associated with the specified * hosted zone.
*/ inline ListVPCAssociationAuthorizationsResult& AddVPCs(VPC&& value) { m_vPCs.push_back(std::move(value)); return *this; } inline const Aws::String& GetRequestId() const{ return m_requestId; } inline void SetRequestId(const Aws::String& value) { m_requestId = value; } inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); } inline void SetRequestId(const char* value) { m_requestId.assign(value); } inline ListVPCAssociationAuthorizationsResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline ListVPCAssociationAuthorizationsResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline ListVPCAssociationAuthorizationsResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::String m_hostedZoneId; Aws::String m_nextToken; Aws::Vector