7#include <aws/iotfleetwise/IoTFleetWise_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotfleetwise/model/VehicleMiddlewareProtocol.h>
51 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
71 bool m_nameHasBeenSet =
false;
74 bool m_protocolNameHasBeenSet =
false;
void SetName(Aws::String &&value)
const Aws::String & GetName() const
void SetProtocolName(VehicleMiddlewareProtocol &&value)
bool ProtocolNameHasBeenSet() const
void SetProtocolName(const VehicleMiddlewareProtocol &value)
VehicleMiddleware & WithName(const Aws::String &value)
void SetName(const char *value)
AWS_IOTFLEETWISE_API Aws::Utils::Json::JsonValue Jsonize() const
VehicleMiddleware & WithProtocolName(VehicleMiddlewareProtocol &&value)
AWS_IOTFLEETWISE_API VehicleMiddleware & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(const Aws::String &value)
bool NameHasBeenSet() const
VehicleMiddleware & WithProtocolName(const VehicleMiddlewareProtocol &value)
const VehicleMiddlewareProtocol & GetProtocolName() const
AWS_IOTFLEETWISE_API VehicleMiddleware()
VehicleMiddleware & WithName(const char *value)
AWS_IOTFLEETWISE_API VehicleMiddleware(Aws::Utils::Json::JsonView jsonValue)
VehicleMiddleware & WithName(Aws::String &&value)
VehicleMiddlewareProtocol
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue