/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A complex type that contains information about the traffic policy that you
* want to update the comment for.See Also:
AWS
* API Reference
The value of Id
for the traffic policy that you want to update
* the comment for.
The value of Id
for the traffic policy that you want to update
* the comment for.
The value of Id
for the traffic policy that you want to update
* the comment for.
The value of Id
for the traffic policy that you want to update
* the comment for.
The value of Id
for the traffic policy that you want to update
* the comment for.
The value of Id
for the traffic policy that you want to update
* the comment for.
The value of Id
for the traffic policy that you want to update
* the comment for.
The value of Id
for the traffic policy that you want to update
* the comment for.
The value of Version
for the traffic policy that you want to
* update the comment for.
The value of Version
for the traffic policy that you want to
* update the comment for.
The value of Version
for the traffic policy that you want to
* update the comment for.
The value of Version
for the traffic policy that you want to
* update the comment for.
The new comment for the specified traffic policy and version.
*/ inline const Aws::String& GetComment() const{ return m_comment; } /** *The new comment for the specified traffic policy and version.
*/ inline bool CommentHasBeenSet() const { return m_commentHasBeenSet; } /** *The new comment for the specified traffic policy and version.
*/ inline void SetComment(const Aws::String& value) { m_commentHasBeenSet = true; m_comment = value; } /** *The new comment for the specified traffic policy and version.
*/ inline void SetComment(Aws::String&& value) { m_commentHasBeenSet = true; m_comment = std::move(value); } /** *The new comment for the specified traffic policy and version.
*/ inline void SetComment(const char* value) { m_commentHasBeenSet = true; m_comment.assign(value); } /** *The new comment for the specified traffic policy and version.
*/ inline UpdateTrafficPolicyCommentRequest& WithComment(const Aws::String& value) { SetComment(value); return *this;} /** *The new comment for the specified traffic policy and version.
*/ inline UpdateTrafficPolicyCommentRequest& WithComment(Aws::String&& value) { SetComment(std::move(value)); return *this;} /** *The new comment for the specified traffic policy and version.
*/ inline UpdateTrafficPolicyCommentRequest& WithComment(const char* value) { SetComment(value); return *this;} private: Aws::String m_id; bool m_idHasBeenSet = false; int m_version; bool m_versionHasBeenSet = false; Aws::String m_comment; bool m_commentHasBeenSet = false; }; } // namespace Model } // namespace Route53 } // namespace Aws