7#include <aws/apprunner/AppRunnerRequest.h>
8#include <aws/apprunner/AppRunner_EXPORTS.h>
9#include <aws/apprunner/model/IngressVpcConfiguration.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>
43 template <
typename ServiceArnT = Aws::String>
45 m_serviceArnHasBeenSet =
true;
46 m_serviceArn = std::forward<ServiceArnT>(value);
48 template <
typename ServiceArnT = Aws::String>
63 template <
typename VpcIngressConnectionNameT = Aws::String>
65 m_vpcIngressConnectionNameHasBeenSet =
true;
66 m_vpcIngressConnectionName = std::forward<VpcIngressConnectionNameT>(value);
68 template <
typename VpcIngressConnectionNameT = Aws::String>
83 template <
typename IngressVpcConfigurationT = IngressVpcConfiguration>
85 m_ingressVpcConfigurationHasBeenSet =
true;
86 m_ingressVpcConfiguration = std::forward<IngressVpcConfigurationT>(value);
88 template <
typename IngressVpcConfigurationT = IngressVpcConfiguration>
102 template <
typename TagsT = Aws::Vector<Tag>>
104 m_tagsHasBeenSet =
true;
105 m_tags = std::forward<TagsT>(value);
107 template <
typename TagsT = Aws::Vector<Tag>>
109 SetTags(std::forward<TagsT>(value));
112 template <
typename TagsT = Tag>
114 m_tagsHasBeenSet =
true;
115 m_tags.emplace_back(std::forward<TagsT>(value));
127 bool m_serviceArnHasBeenSet =
false;
128 bool m_vpcIngressConnectionNameHasBeenSet =
false;
129 bool m_ingressVpcConfigurationHasBeenSet =
false;
130 bool m_tagsHasBeenSet =
false;
const Aws::Vector< Tag > & GetTags() const
AWS_APPRUNNER_API Aws::String SerializePayload() const override
void SetServiceArn(ServiceArnT &&value)
CreateVpcIngressConnectionRequest & WithIngressVpcConfiguration(IngressVpcConfigurationT &&value)
void SetIngressVpcConfiguration(IngressVpcConfigurationT &&value)
void SetVpcIngressConnectionName(VpcIngressConnectionNameT &&value)
CreateVpcIngressConnectionRequest & WithVpcIngressConnectionName(VpcIngressConnectionNameT &&value)
void SetTags(TagsT &&value)
AWS_APPRUNNER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
CreateVpcIngressConnectionRequest & WithServiceArn(ServiceArnT &&value)
CreateVpcIngressConnectionRequest & AddTags(TagsT &&value)
const Aws::String & GetServiceArn() const
const Aws::String & GetVpcIngressConnectionName() const
CreateVpcIngressConnectionRequest & WithTags(TagsT &&value)
bool TagsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_APPRUNNER_API CreateVpcIngressConnectionRequest()=default
bool VpcIngressConnectionNameHasBeenSet() const
bool ServiceArnHasBeenSet() const
const IngressVpcConfiguration & GetIngressVpcConfiguration() const
bool IngressVpcConfigurationHasBeenSet() 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