7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/apigateway/APIGatewayRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
51 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
65 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
111 bool m_nameHasBeenSet =
false;
114 bool m_descriptionHasBeenSet =
false;
117 bool m_targetArnsHasBeenSet =
false;
120 bool m_tagsHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
bool DescriptionHasBeenSet() const
CreateVpcLinkRequest & WithTags(const Aws::Map< Aws::String, Aws::String > &value)
bool NameHasBeenSet() const
CreateVpcLinkRequest & AddTargetArns(const Aws::String &value)
CreateVpcLinkRequest & AddTags(const char *key, Aws::String &&value)
bool TagsHasBeenSet() const
CreateVpcLinkRequest & WithName(const Aws::String &value)
CreateVpcLinkRequest & AddTargetArns(Aws::String &&value)
void SetName(const Aws::String &value)
bool TargetArnsHasBeenSet() const
CreateVpcLinkRequest & WithDescription(const Aws::String &value)
CreateVpcLinkRequest & WithTags(Aws::Map< Aws::String, Aws::String > &&value)
CreateVpcLinkRequest & WithTargetArns(Aws::Vector< Aws::String > &&value)
void SetDescription(const char *value)
CreateVpcLinkRequest & AddTags(const char *key, const char *value)
CreateVpcLinkRequest & AddTags(const Aws::String &key, const Aws::String &value)
AWS_APIGATEWAY_API CreateVpcLinkRequest()
const Aws::String & GetName() const
void SetTargetArns(const Aws::Vector< Aws::String > &value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetDescription(const Aws::String &value)
AWS_APIGATEWAY_API Aws::String SerializePayload() const override
void SetTags(Aws::Map< Aws::String, Aws::String > &&value)
const Aws::Vector< Aws::String > & GetTargetArns() const
CreateVpcLinkRequest & AddTags(Aws::String &&key, const char *value)
CreateVpcLinkRequest & WithDescription(Aws::String &&value)
CreateVpcLinkRequest & WithName(Aws::String &&value)
const Aws::String & GetDescription() const
void SetTargetArns(Aws::Vector< Aws::String > &&value)
void SetDescription(Aws::String &&value)
CreateVpcLinkRequest & WithName(const char *value)
void SetTags(const Aws::Map< Aws::String, Aws::String > &value)
CreateVpcLinkRequest & AddTargetArns(const char *value)
CreateVpcLinkRequest & AddTags(Aws::String &&key, const Aws::String &value)
CreateVpcLinkRequest & AddTags(Aws::String &&key, Aws::String &&value)
CreateVpcLinkRequest & WithDescription(const char *value)
CreateVpcLinkRequest & WithTargetArns(const Aws::Vector< Aws::String > &value)
CreateVpcLinkRequest & AddTags(const Aws::String &key, Aws::String &&value)
void SetName(const char *value)
void SetName(Aws::String &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector