7#include <aws/apprunner/AppRunnerRequest.h>
8#include <aws/apprunner/AppRunner_EXPORTS.h>
9#include <aws/apprunner/model/ProviderType.h>
10#include <aws/apprunner/model/Tag.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
44 template <
typename ConnectionNameT = Aws::String>
46 m_connectionNameHasBeenSet =
true;
47 m_connectionName = std::forward<ConnectionNameT>(value);
49 template <
typename ConnectionNameT = Aws::String>
63 m_providerTypeHasBeenSet =
true;
64 m_providerType = value;
79 template <
typename TagsT = Aws::Vector<Tag>>
81 m_tagsHasBeenSet =
true;
82 m_tags = std::forward<TagsT>(value);
84 template <
typename TagsT = Aws::Vector<Tag>>
86 SetTags(std::forward<TagsT>(value));
89 template <
typename TagsT = Tag>
91 m_tagsHasBeenSet =
true;
92 m_tags.emplace_back(std::forward<TagsT>(value));
102 bool m_connectionNameHasBeenSet =
false;
103 bool m_providerTypeHasBeenSet =
false;
104 bool m_tagsHasBeenSet =
false;
CreateConnectionRequest & AddTags(TagsT &&value)
CreateConnectionRequest & WithConnectionName(ConnectionNameT &&value)
AWS_APPRUNNER_API CreateConnectionRequest()=default
bool ConnectionNameHasBeenSet() const
void SetProviderType(ProviderType value)
CreateConnectionRequest & WithTags(TagsT &&value)
void SetConnectionName(ConnectionNameT &&value)
AWS_APPRUNNER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
const Aws::Vector< Tag > & GetTags() const
void SetTags(TagsT &&value)
ProviderType GetProviderType() const
bool TagsHasBeenSet() const
const Aws::String & GetConnectionName() const
AWS_APPRUNNER_API Aws::String SerializePayload() const override
CreateConnectionRequest & WithProviderType(ProviderType value)
bool ProviderTypeHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector