7#include <aws/core/utils/Array.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iot/IoT_EXPORTS.h>
46 template <
typename ST = Aws::String>
49 m_s = std::forward<ST>(value);
51 template <
typename ST = Aws::String>
53 SetS(std::forward<ST>(value));
63 inline bool GetB()
const {
return m_b; }
65 inline void SetB(
bool value) {
81 template <
typename BINT = Aws::Utils::ByteBuffer>
83 m_bINHasBeenSet =
true;
84 m_bIN = std::forward<BINT>(value);
86 template <
typename BINT = Aws::Utils::ByteBuffer>
88 SetBIN(std::forward<BINT>(value));
98 bool m_sHasBeenSet =
false;
99 bool m_bHasBeenSet =
false;
100 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