/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Object containing the choice of application destination that you specify.
* See Also:
AWS
* API Reference
The choice of application destination that you specify.
*/ inline const Aws::VectorThe choice of application destination that you specify.
*/ inline bool TargetDestinationHasBeenSet() const { return m_targetDestinationHasBeenSet; } /** *The choice of application destination that you specify.
*/ inline void SetTargetDestination(const Aws::VectorThe choice of application destination that you specify.
*/ inline void SetTargetDestination(Aws::VectorThe choice of application destination that you specify.
*/ inline AwsManagedResources& WithTargetDestination(const Aws::VectorThe choice of application destination that you specify.
*/ inline AwsManagedResources& WithTargetDestination(Aws::VectorThe choice of application destination that you specify.
*/ inline AwsManagedResources& AddTargetDestination(const AwsManagedTargetDestination& value) { m_targetDestinationHasBeenSet = true; m_targetDestination.push_back(value); return *this; } /** *The choice of application destination that you specify.
*/ inline AwsManagedResources& AddTargetDestination(AwsManagedTargetDestination&& value) { m_targetDestinationHasBeenSet = true; m_targetDestination.push_back(std::move(value)); return *this; } private: Aws::Vector