7#include <aws/odb/Odb_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/odb/model/VpcEndpointType.h>
48 template<
typename VpcEndpo
intIdT = Aws::String>
49 void SetVpcEndpointId(VpcEndpointIdT&& value) { m_vpcEndpointIdHasBeenSet =
true; m_vpcEndpointId = std::forward<VpcEndpointIdT>(value); }
50 template<
typename VpcEndpo
intIdT = Aws::String>
67 bool m_vpcEndpointIdHasBeenSet =
false;
70 bool m_vpcEndpointTypeHasBeenSet =
false;
AWS_ODB_API ServiceNetworkEndpoint & operator=(Aws::Utils::Json::JsonView jsonValue)
ServiceNetworkEndpoint & WithVpcEndpointId(VpcEndpointIdT &&value)
bool VpcEndpointIdHasBeenSet() const
bool VpcEndpointTypeHasBeenSet() const
AWS_ODB_API ServiceNetworkEndpoint(Aws::Utils::Json::JsonView jsonValue)
AWS_ODB_API Aws::Utils::Json::JsonValue Jsonize() const
void SetVpcEndpointType(VpcEndpointType value)
AWS_ODB_API ServiceNetworkEndpoint()=default
const Aws::String & GetVpcEndpointId() const
ServiceNetworkEndpoint & WithVpcEndpointType(VpcEndpointType value)
VpcEndpointType GetVpcEndpointType() const
void SetVpcEndpointId(VpcEndpointIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue