/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A complex type that contains change information for the resource record
* set.See Also:
AWS
* API Reference
The ID of the hosted zone that contains the resource record sets that you * want to change.
*/ inline const Aws::String& GetHostedZoneId() const{ return m_hostedZoneId; } /** *The ID of the hosted zone that contains the resource record sets that you * want to change.
*/ inline bool HostedZoneIdHasBeenSet() const { return m_hostedZoneIdHasBeenSet; } /** *The ID of the hosted zone that contains the resource record sets that you * want to change.
*/ inline void SetHostedZoneId(const Aws::String& value) { m_hostedZoneIdHasBeenSet = true; m_hostedZoneId = value; } /** *The ID of the hosted zone that contains the resource record sets that you * want to change.
*/ inline void SetHostedZoneId(Aws::String&& value) { m_hostedZoneIdHasBeenSet = true; m_hostedZoneId = std::move(value); } /** *The ID of the hosted zone that contains the resource record sets that you * want to change.
*/ inline void SetHostedZoneId(const char* value) { m_hostedZoneIdHasBeenSet = true; m_hostedZoneId.assign(value); } /** *The ID of the hosted zone that contains the resource record sets that you * want to change.
*/ inline ChangeResourceRecordSetsRequest& WithHostedZoneId(const Aws::String& value) { SetHostedZoneId(value); return *this;} /** *The ID of the hosted zone that contains the resource record sets that you * want to change.
*/ inline ChangeResourceRecordSetsRequest& WithHostedZoneId(Aws::String&& value) { SetHostedZoneId(std::move(value)); return *this;} /** *The ID of the hosted zone that contains the resource record sets that you * want to change.
*/ inline ChangeResourceRecordSetsRequest& WithHostedZoneId(const char* value) { SetHostedZoneId(value); return *this;} /** *A complex type that contains an optional comment and the Changes
* element.
A complex type that contains an optional comment and the Changes
* element.
A complex type that contains an optional comment and the Changes
* element.
A complex type that contains an optional comment and the Changes
* element.
A complex type that contains an optional comment and the Changes
* element.
A complex type that contains an optional comment and the Changes
* element.