7#include <aws/apprunner/AppRunner_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename VpcIdT = Aws::String>
50 void SetVpcId(VpcIdT&& value) { m_vpcIdHasBeenSet =
true; m_vpcId = std::forward<VpcIdT>(value); }
51 template<
typename VpcIdT = Aws::String>
61 template<
typename VpcEndpo
intIdT = Aws::String>
62 void SetVpcEndpointId(VpcEndpointIdT&& value) { m_vpcEndpointIdHasBeenSet =
true; m_vpcEndpointId = std::forward<VpcEndpointIdT>(value); }
63 template<
typename VpcEndpo
intIdT = Aws::String>
69 bool m_vpcIdHasBeenSet =
false;
72 bool m_vpcEndpointIdHasBeenSet =
false;
AWS_APPRUNNER_API IngressVpcConfiguration()=default
const Aws::String & GetVpcId() const
void SetVpcEndpointId(VpcEndpointIdT &&value)
AWS_APPRUNNER_API Aws::Utils::Json::JsonValue Jsonize() const
IngressVpcConfiguration & WithVpcEndpointId(VpcEndpointIdT &&value)
bool VpcIdHasBeenSet() const
IngressVpcConfiguration & WithVpcId(VpcIdT &&value)
bool VpcEndpointIdHasBeenSet() const
const Aws::String & GetVpcEndpointId() const
void SetVpcId(VpcIdT &&value)
AWS_APPRUNNER_API IngressVpcConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_APPRUNNER_API IngressVpcConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue