7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/odb/Odb_EXPORTS.h>
9#include <aws/odb/model/VpcEndpointType.h>
42 template <
typename VpcEndpo
intIdT = Aws::String>
44 m_vpcEndpointIdHasBeenSet =
true;
45 m_vpcEndpointId = std::forward<VpcEndpointIdT>(value);
47 template <
typename VpcEndpo
intIdT = Aws::String>
61 m_vpcEndpointTypeHasBeenSet =
true;
62 m_vpcEndpointType = value;
73 bool m_vpcEndpointIdHasBeenSet =
false;
74 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