/**
* 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 create a new version for.See Also:
AWS
* API Reference
The ID of the traffic policy for which you want to create a new version.
*/ inline const Aws::String& GetId() const{ return m_id; } /** *The ID of the traffic policy for which you want to create a new version.
*/ inline bool IdHasBeenSet() const { return m_idHasBeenSet; } /** *The ID of the traffic policy for which you want to create a new version.
*/ inline void SetId(const Aws::String& value) { m_idHasBeenSet = true; m_id = value; } /** *The ID of the traffic policy for which you want to create a new version.
*/ inline void SetId(Aws::String&& value) { m_idHasBeenSet = true; m_id = std::move(value); } /** *The ID of the traffic policy for which you want to create a new version.
*/ inline void SetId(const char* value) { m_idHasBeenSet = true; m_id.assign(value); } /** *The ID of the traffic policy for which you want to create a new version.
*/ inline CreateTrafficPolicyVersionRequest& WithId(const Aws::String& value) { SetId(value); return *this;} /** *The ID of the traffic policy for which you want to create a new version.
*/ inline CreateTrafficPolicyVersionRequest& WithId(Aws::String&& value) { SetId(std::move(value)); return *this;} /** *The ID of the traffic policy for which you want to create a new version.
*/ inline CreateTrafficPolicyVersionRequest& WithId(const char* value) { SetId(value); return *this;} /** *The definition of this version of the traffic policy, in JSON format. You
* specified the JSON in the CreateTrafficPolicyVersion
request. For
* more information about the JSON format, see CreateTrafficPolicy.
The definition of this version of the traffic policy, in JSON format. You
* specified the JSON in the CreateTrafficPolicyVersion
request. For
* more information about the JSON format, see CreateTrafficPolicy.
The definition of this version of the traffic policy, in JSON format. You
* specified the JSON in the CreateTrafficPolicyVersion
request. For
* more information about the JSON format, see CreateTrafficPolicy.
The definition of this version of the traffic policy, in JSON format. You
* specified the JSON in the CreateTrafficPolicyVersion
request. For
* more information about the JSON format, see CreateTrafficPolicy.
The definition of this version of the traffic policy, in JSON format. You
* specified the JSON in the CreateTrafficPolicyVersion
request. For
* more information about the JSON format, see CreateTrafficPolicy.
The definition of this version of the traffic policy, in JSON format. You
* specified the JSON in the CreateTrafficPolicyVersion
request. For
* more information about the JSON format, see CreateTrafficPolicy.
The definition of this version of the traffic policy, in JSON format. You
* specified the JSON in the CreateTrafficPolicyVersion
request. For
* more information about the JSON format, see CreateTrafficPolicy.
The definition of this version of the traffic policy, in JSON format. You
* specified the JSON in the CreateTrafficPolicyVersion
request. For
* more information about the JSON format, see CreateTrafficPolicy.
The comment that you specified in the CreateTrafficPolicyVersion
* request, if any.
The comment that you specified in the CreateTrafficPolicyVersion
* request, if any.
The comment that you specified in the CreateTrafficPolicyVersion
* request, if any.
The comment that you specified in the CreateTrafficPolicyVersion
* request, if any.
The comment that you specified in the CreateTrafficPolicyVersion
* request, if any.
The comment that you specified in the CreateTrafficPolicyVersion
* request, if any.
The comment that you specified in the CreateTrafficPolicyVersion
* request, if any.
The comment that you specified in the CreateTrafficPolicyVersion
* request, if any.