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>
46 inline void SetIdentifier(
const char* value) { m_identifierHasBeenSet =
true; m_identifier.assign(value); }
83 bool m_identifierHasBeenSet =
false;
86 bool m_linkConfigurationHasBeenSet =
false;
89 bool m_resourceTypesHasBeenSet =
false;
void SetIdentifier(const char *value)
UpdateLinkRequest & AddResourceTypes(const ResourceType &value)
const Aws::Vector< ResourceType > & GetResourceTypes() const
UpdateLinkRequest & WithIdentifier(const Aws::String &value)
AWS_OAM_API Aws::String SerializePayload() const override
UpdateLinkRequest & WithIdentifier(Aws::String &&value)
void SetResourceTypes(const Aws::Vector< ResourceType > &value)
bool LinkConfigurationHasBeenSet() const
const LinkConfiguration & GetLinkConfiguration() const
void SetLinkConfiguration(const LinkConfiguration &value)
AWS_OAM_API UpdateLinkRequest()
void SetIdentifier(const Aws::String &value)
UpdateLinkRequest & WithLinkConfiguration(const LinkConfiguration &value)
UpdateLinkRequest & WithResourceTypes(const Aws::Vector< ResourceType > &value)
UpdateLinkRequest & WithIdentifier(const char *value)
UpdateLinkRequest & AddResourceTypes(ResourceType &&value)
void SetIdentifier(Aws::String &&value)
UpdateLinkRequest & WithLinkConfiguration(LinkConfiguration &&value)
UpdateLinkRequest & WithResourceTypes(Aws::Vector< ResourceType > &&value)
virtual const char * GetServiceRequestName() const override
void SetResourceTypes(Aws::Vector< ResourceType > &&value)
bool IdentifierHasBeenSet() const
bool ResourceTypesHasBeenSet() const
void SetLinkConfiguration(LinkConfiguration &&value)
const Aws::String & GetIdentifier() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector