/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The choice level additional resources for a custom lens. This field
* does not apply to Amazon Web Services official lenses.See Also:
* AWS
* API Reference
Type of additional resource for a custom lens.
*/ inline const AdditionalResourceType& GetType() const{ return m_type; } /** *Type of additional resource for a custom lens.
*/ inline bool TypeHasBeenSet() const { return m_typeHasBeenSet; } /** *Type of additional resource for a custom lens.
*/ inline void SetType(const AdditionalResourceType& value) { m_typeHasBeenSet = true; m_type = value; } /** *Type of additional resource for a custom lens.
*/ inline void SetType(AdditionalResourceType&& value) { m_typeHasBeenSet = true; m_type = std::move(value); } /** *Type of additional resource for a custom lens.
*/ inline AdditionalResources& WithType(const AdditionalResourceType& value) { SetType(value); return *this;} /** *Type of additional resource for a custom lens.
*/ inline AdditionalResources& WithType(AdditionalResourceType&& value) { SetType(std::move(value)); return *this;} /** *The URLs for additional resources, either helpful resources or improvement * plans, for a custom lens. Up to five additional URLs can be specified.
*/ inline const Aws::VectorThe URLs for additional resources, either helpful resources or improvement * plans, for a custom lens. Up to five additional URLs can be specified.
*/ inline bool ContentHasBeenSet() const { return m_contentHasBeenSet; } /** *The URLs for additional resources, either helpful resources or improvement * plans, for a custom lens. Up to five additional URLs can be specified.
*/ inline void SetContent(const Aws::VectorThe URLs for additional resources, either helpful resources or improvement * plans, for a custom lens. Up to five additional URLs can be specified.
*/ inline void SetContent(Aws::VectorThe URLs for additional resources, either helpful resources or improvement * plans, for a custom lens. Up to five additional URLs can be specified.
*/ inline AdditionalResources& WithContent(const Aws::VectorThe URLs for additional resources, either helpful resources or improvement * plans, for a custom lens. Up to five additional URLs can be specified.
*/ inline AdditionalResources& WithContent(Aws::VectorThe URLs for additional resources, either helpful resources or improvement * plans, for a custom lens. Up to five additional URLs can be specified.
*/ inline AdditionalResources& AddContent(const ChoiceContent& value) { m_contentHasBeenSet = true; m_content.push_back(value); return *this; } /** *The URLs for additional resources, either helpful resources or improvement * plans, for a custom lens. Up to five additional URLs can be specified.
*/ inline AdditionalResources& AddContent(ChoiceContent&& value) { m_contentHasBeenSet = true; m_content.push_back(std::move(value)); return *this; } private: AdditionalResourceType m_type; bool m_typeHasBeenSet = false; Aws::Vector