7#include <aws/apprunner/AppRunner_EXPORTS.h>
8#include <aws/apprunner/AppRunnerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/apprunner/model/ProviderType.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/apprunner/model/Tag.h>
48 template<
typename ConnectionNameT = Aws::String>
49 void SetConnectionName(ConnectionNameT&& value) { m_connectionNameHasBeenSet =
true; m_connectionName = std::forward<ConnectionNameT>(value); }
50 template<
typename ConnectionNameT = Aws::String>
71 template<
typename TagsT = Aws::Vector<Tag>>
72 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
73 template<
typename TagsT = Aws::Vector<Tag>>
75 template<
typename TagsT = Tag>
81 bool m_connectionNameHasBeenSet =
false;
84 bool m_providerTypeHasBeenSet =
false;
87 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