7#include <aws/apprunner/AppRunner_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
51 inline void SetVpcId(
const char* value) { m_vpcIdHasBeenSet =
true; m_vpcId.assign(value); }
65 inline void SetVpcEndpointId(
const char* value) { m_vpcEndpointIdHasBeenSet =
true; m_vpcEndpointId.assign(value); }
73 bool m_vpcIdHasBeenSet =
false;
76 bool m_vpcEndpointIdHasBeenSet =
false;
void SetVpcId(const char *value)
const Aws::String & GetVpcId() const
IngressVpcConfiguration & WithVpcId(const char *value)
AWS_APPRUNNER_API Aws::Utils::Json::JsonValue Jsonize() const
IngressVpcConfiguration & WithVpcEndpointId(const Aws::String &value)
void SetVpcEndpointId(Aws::String &&value)
void SetVpcEndpointId(const char *value)
bool VpcIdHasBeenSet() const
IngressVpcConfiguration & WithVpcId(Aws::String &&value)
IngressVpcConfiguration & WithVpcId(const Aws::String &value)
bool VpcEndpointIdHasBeenSet() const
void SetVpcId(const Aws::String &value)
const Aws::String & GetVpcEndpointId() const
void SetVpcId(Aws::String &&value)
AWS_APPRUNNER_API IngressVpcConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetVpcEndpointId(const Aws::String &value)
IngressVpcConfiguration & WithVpcEndpointId(const char *value)
IngressVpcConfiguration & WithVpcEndpointId(Aws::String &&value)
AWS_APPRUNNER_API IngressVpcConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_APPRUNNER_API IngressVpcConfiguration()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue