7#include <aws/oam/OAM_EXPORTS.h>
8#include <aws/oam/OAMRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/oam/model/LinkConfiguration.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/oam/model/ResourceType.h>
44 template<
typename IdentifierT = Aws::String>
45 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
46 template<
typename IdentifierT = Aws::String>
62 inline void SetIncludeTags(
bool value) { m_includeTagsHasBeenSet =
true; m_includeTags = value; }
73 template<
typename LinkConfigurationT = LinkConfiguration>
74 void SetLinkConfiguration(LinkConfigurationT&& value) { m_linkConfigurationHasBeenSet =
true; m_linkConfiguration = std::forward<LinkConfigurationT>(value); }
75 template<
typename LinkConfigurationT = LinkConfiguration>
87 template<
typename ResourceTypesT = Aws::Vector<ResourceType>>
88 void SetResourceTypes(ResourceTypesT&& value) { m_resourceTypesHasBeenSet =
true; m_resourceTypes = std::forward<ResourceTypesT>(value); }
89 template<
typename ResourceTypesT = Aws::Vector<ResourceType>>
96 bool m_identifierHasBeenSet =
false;
98 bool m_includeTags{
false};
99 bool m_includeTagsHasBeenSet =
false;
101 LinkConfiguration m_linkConfiguration;
102 bool m_linkConfigurationHasBeenSet =
false;
105 bool m_resourceTypesHasBeenSet =
false;
UpdateLinkRequest & WithIncludeTags(bool value)
const Aws::Vector< ResourceType > & GetResourceTypes() const
void SetLinkConfiguration(LinkConfigurationT &&value)
void SetIncludeTags(bool value)
AWS_OAM_API Aws::String SerializePayload() const override
bool LinkConfigurationHasBeenSet() const
const LinkConfiguration & GetLinkConfiguration() const
void SetIdentifier(IdentifierT &&value)
UpdateLinkRequest & WithResourceTypes(ResourceTypesT &&value)
AWS_OAM_API UpdateLinkRequest()=default
bool IncludeTagsHasBeenSet() const
void SetResourceTypes(ResourceTypesT &&value)
virtual const char * GetServiceRequestName() const override
UpdateLinkRequest & WithLinkConfiguration(LinkConfigurationT &&value)
bool IdentifierHasBeenSet() const
UpdateLinkRequest & AddResourceTypes(ResourceType value)
UpdateLinkRequest & WithIdentifier(IdentifierT &&value)
bool GetIncludeTags() const
bool ResourceTypesHasBeenSet() const
const Aws::String & GetIdentifier() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector