7#include <aws/apprunner/AppRunner_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
43 template <
typename VpcIdT = Aws::String>
45 m_vpcIdHasBeenSet =
true;
46 m_vpcId = std::forward<VpcIdT>(value);
48 template <
typename VpcIdT = Aws::String>
50 SetVpcId(std::forward<VpcIdT>(value));
61 template <
typename VpcEndpo
intIdT = Aws::String>
63 m_vpcEndpointIdHasBeenSet =
true;
64 m_vpcEndpointId = std::forward<VpcEndpointIdT>(value);
66 template <
typename VpcEndpo
intIdT = Aws::String>
76 bool m_vpcIdHasBeenSet =
false;
77 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