7#include <aws/iotfleetwise/IoTFleetWise_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename NameT = Aws::String>
48 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
49 template<
typename NameT = Aws::String>
59 template<
typename ProtocolNameT = Aws::String>
60 void SetProtocolName(ProtocolNameT&& value) { m_protocolNameHasBeenSet =
true; m_protocolName = std::forward<ProtocolNameT>(value); }
61 template<
typename ProtocolNameT = Aws::String>
71 template<
typename ProtocolVersionT = Aws::String>
72 void SetProtocolVersion(ProtocolVersionT&& value) { m_protocolVersionHasBeenSet =
true; m_protocolVersion = std::forward<ProtocolVersionT>(value); }
73 template<
typename ProtocolVersionT = Aws::String>
79 bool m_nameHasBeenSet =
false;
82 bool m_protocolNameHasBeenSet =
false;
85 bool m_protocolVersionHasBeenSet =
false;
CanInterface & WithProtocolVersion(ProtocolVersionT &&value)
CanInterface & WithProtocolName(ProtocolNameT &&value)
AWS_IOTFLEETWISE_API CanInterface & operator=(Aws::Utils::Json::JsonView jsonValue)
CanInterface & WithName(NameT &&value)
bool ProtocolVersionHasBeenSet() const
const Aws::String & GetProtocolName() const
void SetProtocolName(ProtocolNameT &&value)
AWS_IOTFLEETWISE_API Aws::Utils::Json::JsonValue Jsonize() const
bool ProtocolNameHasBeenSet() const
void SetName(NameT &&value)
bool NameHasBeenSet() const
AWS_IOTFLEETWISE_API CanInterface(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
const Aws::String & GetProtocolVersion() const
void SetProtocolVersion(ProtocolVersionT &&value)
AWS_IOTFLEETWISE_API CanInterface()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue