/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A request to update the comment for a hosted zone.See Also:
* AWS
* API Reference
The ID for the hosted zone that you want to update the comment for.
*/ inline const Aws::String& GetId() const{ return m_id; } /** *The ID for the hosted zone that you want to update the comment for.
*/ inline bool IdHasBeenSet() const { return m_idHasBeenSet; } /** *The ID for the hosted zone that you want to update the comment for.
*/ inline void SetId(const Aws::String& value) { m_idHasBeenSet = true; m_id = value; } /** *The ID for the hosted zone that you want to update the comment for.
*/ inline void SetId(Aws::String&& value) { m_idHasBeenSet = true; m_id = std::move(value); } /** *The ID for the hosted zone that you want to update the comment for.
*/ inline void SetId(const char* value) { m_idHasBeenSet = true; m_id.assign(value); } /** *The ID for the hosted zone that you want to update the comment for.
*/ inline UpdateHostedZoneCommentRequest& WithId(const Aws::String& value) { SetId(value); return *this;} /** *The ID for the hosted zone that you want to update the comment for.
*/ inline UpdateHostedZoneCommentRequest& WithId(Aws::String&& value) { SetId(std::move(value)); return *this;} /** *The ID for the hosted zone that you want to update the comment for.
*/ inline UpdateHostedZoneCommentRequest& WithId(const char* value) { SetId(value); return *this;} /** *The new comment for the hosted zone. If you don't specify a value for
* Comment
, Amazon Route 53 deletes the existing value of the
* Comment
element, if any.
The new comment for the hosted zone. If you don't specify a value for
* Comment
, Amazon Route 53 deletes the existing value of the
* Comment
element, if any.
The new comment for the hosted zone. If you don't specify a value for
* Comment
, Amazon Route 53 deletes the existing value of the
* Comment
element, if any.
The new comment for the hosted zone. If you don't specify a value for
* Comment
, Amazon Route 53 deletes the existing value of the
* Comment
element, if any.
The new comment for the hosted zone. If you don't specify a value for
* Comment
, Amazon Route 53 deletes the existing value of the
* Comment
element, if any.
The new comment for the hosted zone. If you don't specify a value for
* Comment
, Amazon Route 53 deletes the existing value of the
* Comment
element, if any.
The new comment for the hosted zone. If you don't specify a value for
* Comment
, Amazon Route 53 deletes the existing value of the
* Comment
element, if any.
The new comment for the hosted zone. If you don't specify a value for
* Comment
, Amazon Route 53 deletes the existing value of the
* Comment
element, if any.