7#include <aws/servicecatalog-appregistry/AppRegistry_EXPORTS.h>
8#include <aws/servicecatalog-appregistry/AppRegistryRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/servicecatalog-appregistry/model/ResourceType.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/servicecatalog-appregistry/model/AssociationOption.h>
46 inline void SetApplication(
const char* value) { m_applicationHasBeenSet =
true; m_application.assign(value); }
73 inline void SetResource(
const char* value) { m_resourceHasBeenSet =
true; m_resource.assign(value); }
95 bool m_applicationHasBeenSet =
false;
98 bool m_resourceTypeHasBeenSet =
false;
101 bool m_resourceHasBeenSet =
false;
104 bool m_optionsHasBeenSet =
false;
AWS_APPREGISTRY_API Aws::String SerializePayload() const override
AssociateResourceRequest & AddOptions(AssociationOption &&value)
const Aws::Vector< AssociationOption > & GetOptions() const
bool ApplicationHasBeenSet() const
AWS_APPREGISTRY_API AssociateResourceRequest()
void SetApplication(const Aws::String &value)
bool ResourceHasBeenSet() const
bool OptionsHasBeenSet() const
AssociateResourceRequest & WithResource(const Aws::String &value)
AssociateResourceRequest & AddOptions(const AssociationOption &value)
const ResourceType & GetResourceType() const
virtual const char * GetServiceRequestName() const override
void SetResourceType(const ResourceType &value)
AssociateResourceRequest & WithApplication(Aws::String &&value)
AssociateResourceRequest & WithResourceType(const ResourceType &value)
AssociateResourceRequest & WithApplication(const char *value)
AssociateResourceRequest & WithResource(const char *value)
void SetApplication(const char *value)
AssociateResourceRequest & WithApplication(const Aws::String &value)
AssociateResourceRequest & WithOptions(Aws::Vector< AssociationOption > &&value)
void SetOptions(Aws::Vector< AssociationOption > &&value)
void SetResource(const char *value)
void SetApplication(Aws::String &&value)
const Aws::String & GetResource() const
void SetResource(const Aws::String &value)
AssociateResourceRequest & WithResourceType(ResourceType &&value)
const Aws::String & GetApplication() const
void SetOptions(const Aws::Vector< AssociationOption > &value)
AssociateResourceRequest & WithResource(Aws::String &&value)
bool ResourceTypeHasBeenSet() const
void SetResourceType(ResourceType &&value)
void SetResource(Aws::String &&value)
AssociateResourceRequest & WithOptions(const Aws::Vector< AssociationOption > &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector