/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Self-managed resources. See Also:
AWS
* API Reference
Self-managed resources target destination.
*/ inline const Aws::VectorSelf-managed resources target destination.
*/ inline bool TargetDestinationHasBeenSet() const { return m_targetDestinationHasBeenSet; } /** *Self-managed resources target destination.
*/ inline void SetTargetDestination(const Aws::VectorSelf-managed resources target destination.
*/ inline void SetTargetDestination(Aws::VectorSelf-managed resources target destination.
*/ inline SelfManageResources& WithTargetDestination(const Aws::VectorSelf-managed resources target destination.
*/ inline SelfManageResources& WithTargetDestination(Aws::VectorSelf-managed resources target destination.
*/ inline SelfManageResources& AddTargetDestination(const SelfManageTargetDestination& value) { m_targetDestinationHasBeenSet = true; m_targetDestination.push_back(value); return *this; } /** *Self-managed resources target destination.
*/ inline SelfManageResources& AddTargetDestination(SelfManageTargetDestination&& value) { m_targetDestinationHasBeenSet = true; m_targetDestination.push_back(std::move(value)); return *this; } private: Aws::Vector