7#include <aws/osis/OSIS_EXPORTS.h>
8#include <aws/osis/model/VpcEndpointServiceName.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
58 template<
typename VpcEndpo
intIdT = Aws::String>
59 void SetVpcEndpointId(VpcEndpointIdT&& value) { m_vpcEndpointIdHasBeenSet =
true; m_vpcEndpointId = std::forward<VpcEndpointIdT>(value); }
60 template<
typename VpcEndpo
intIdT = Aws::String>
66 bool m_serviceNameHasBeenSet =
false;
69 bool m_vpcEndpointIdHasBeenSet =
false;
bool VpcEndpointIdHasBeenSet() const
AWS_OSIS_API Aws::Utils::Json::JsonValue Jsonize() const
bool ServiceNameHasBeenSet() const
ServiceVpcEndpoint & WithVpcEndpointId(VpcEndpointIdT &&value)
AWS_OSIS_API ServiceVpcEndpoint()=default
AWS_OSIS_API ServiceVpcEndpoint & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_OSIS_API ServiceVpcEndpoint(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetVpcEndpointId() const
VpcEndpointServiceName GetServiceName() const
void SetServiceName(VpcEndpointServiceName value)
void SetVpcEndpointId(VpcEndpointIdT &&value)
ServiceVpcEndpoint & WithServiceName(VpcEndpointServiceName value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue