7#include <aws/osis/OSIS_EXPORTS.h>
8#include <aws/osis/model/VpcEndpointServiceName.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
62 inline void SetVpcEndpointId(
const char* value) { m_vpcEndpointIdHasBeenSet =
true; m_vpcEndpointId.assign(value); }
70 bool m_serviceNameHasBeenSet =
false;
73 bool m_vpcEndpointIdHasBeenSet =
false;
bool VpcEndpointIdHasBeenSet() const
AWS_OSIS_API Aws::Utils::Json::JsonValue Jsonize() const
bool ServiceNameHasBeenSet() const
void SetServiceName(const VpcEndpointServiceName &value)
AWS_OSIS_API ServiceVpcEndpoint & operator=(Aws::Utils::Json::JsonView jsonValue)
ServiceVpcEndpoint & WithServiceName(const VpcEndpointServiceName &value)
AWS_OSIS_API ServiceVpcEndpoint(Aws::Utils::Json::JsonView jsonValue)
AWS_OSIS_API ServiceVpcEndpoint()
void SetServiceName(VpcEndpointServiceName &&value)
const Aws::String & GetVpcEndpointId() const
ServiceVpcEndpoint & WithVpcEndpointId(const char *value)
void SetVpcEndpointId(const Aws::String &value)
const VpcEndpointServiceName & GetServiceName() const
void SetVpcEndpointId(Aws::String &&value)
ServiceVpcEndpoint & WithServiceName(VpcEndpointServiceName &&value)
ServiceVpcEndpoint & WithVpcEndpointId(const Aws::String &value)
ServiceVpcEndpoint & WithVpcEndpointId(Aws::String &&value)
void SetVpcEndpointId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue