7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
40 template<
typename CommandIdT = Aws::String>
41 void SetCommandId(CommandIdT&& value) { m_commandIdHasBeenSet =
true; m_commandId = std::forward<CommandIdT>(value); }
42 template<
typename CommandIdT = Aws::String>
53 template<
typename CommandArnT = Aws::String>
54 void SetCommandArn(CommandArnT&& value) { m_commandArnHasBeenSet =
true; m_commandArn = std::forward<CommandArnT>(value); }
55 template<
typename CommandArnT = Aws::String>
62 template<
typename RequestIdT = Aws::String>
63 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
64 template<
typename RequestIdT = Aws::String>
70 bool m_commandIdHasBeenSet =
false;
73 bool m_commandArnHasBeenSet =
false;
76 bool m_requestIdHasBeenSet =
false;
void SetCommandArn(CommandArnT &&value)
void SetRequestId(RequestIdT &&value)
CreateCommandResult & WithCommandArn(CommandArnT &&value)
CreateCommandResult & WithCommandId(CommandIdT &&value)
void SetCommandId(CommandIdT &&value)
AWS_IOT_API CreateCommandResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetCommandId() const
const Aws::String & GetCommandArn() const
AWS_IOT_API CreateCommandResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
CreateCommandResult & WithRequestId(RequestIdT &&value)
AWS_IOT_API CreateCommandResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue