7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/Array.h>
52 template<
typename ST = Aws::String>
53 void SetS(ST&& value) { m_sHasBeenSet =
true; m_s = std::forward<ST>(value); }
54 template<
typename ST = Aws::String>
63 inline bool GetB()
const {
return m_b; }
65 inline void SetB(
bool value) { m_bHasBeenSet =
true; m_b = value; }
75 template<
typename BINT = Aws::Utils::ByteBuffer>
76 void SetBIN(BINT&& value) { m_bINHasBeenSet =
true; m_bIN = std::forward<BINT>(value); }
77 template<
typename BINT = Aws::Utils::ByteBuffer>
83 bool m_sHasBeenSet =
false;
86 bool m_bHasBeenSet =
false;
89 bool m_bINHasBeenSet =
false;
const Aws::Utils::ByteBuffer & GetBIN() const
void SetBIN(BINT &&value)
AWS_IOT_API CommandExecutionResult(Aws::Utils::Json::JsonView jsonValue)
AWS_IOT_API CommandExecutionResult()=default
CommandExecutionResult & WithB(bool value)
CommandExecutionResult & WithBIN(BINT &&value)
CommandExecutionResult & WithS(ST &&value)
const Aws::String & GetS() const
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IOT_API CommandExecutionResult & operator=(Aws::Utils::Json::JsonView jsonValue)
bool BINHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue