7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iot/IoT_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename CommandIdT = Aws::String>
37 m_commandIdHasBeenSet =
true;
38 m_commandId = std::forward<CommandIdT>(value);
40 template <
typename CommandIdT = Aws::String>
54 template <
typename CommandArnT = Aws::String>
56 m_commandArnHasBeenSet =
true;
57 m_commandArn = std::forward<CommandArnT>(value);
59 template <
typename CommandArnT = Aws::String>
69 template <
typename RequestIdT = Aws::String>
71 m_requestIdHasBeenSet =
true;
72 m_requestId = std::forward<RequestIdT>(value);
74 template <
typename RequestIdT = Aws::String>
89 bool m_commandIdHasBeenSet =
false;
90 bool m_commandArnHasBeenSet =
false;
91 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::Http::HttpResponseCode GetHttpResponseCode() const
AWS_IOT_API CreateCommandResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue