/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Describes the path information of a resource.See Also:
AWS
* API Reference
The components of the resource path.
*/ inline const Aws::VectorThe components of the resource path.
*/ inline bool ComponentsHasBeenSet() const { return m_componentsHasBeenSet; } /** *The components of the resource path.
*/ inline void SetComponents(const Aws::VectorThe components of the resource path.
*/ inline void SetComponents(Aws::VectorThe components of the resource path.
*/ inline ResourcePath& WithComponents(const Aws::VectorThe components of the resource path.
*/ inline ResourcePath& WithComponents(Aws::VectorThe components of the resource path.
*/ inline ResourcePath& AddComponents(const ResourcePathComponent& value) { m_componentsHasBeenSet = true; m_components.push_back(value); return *this; } /** *The components of the resource path.
*/ inline ResourcePath& AddComponents(ResourcePathComponent&& value) { m_componentsHasBeenSet = true; m_components.push_back(std::move(value)); return *this; } private: Aws::Vector