7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ssm/SSM_EXPORTS.h>
9#include <aws/ssm/model/Command.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
36 template <
typename CommandT = Command>
38 m_commandHasBeenSet =
true;
39 m_command = std::forward<CommandT>(value);
41 template <
typename CommandT = Command>
51 template <
typename RequestIdT = Aws::String>
53 m_requestIdHasBeenSet =
true;
54 m_requestId = std::forward<RequestIdT>(value);
56 template <
typename RequestIdT = Aws::String>
66 bool m_commandHasBeenSet =
false;
67 bool m_requestIdHasBeenSet =
false;
SendCommandResult & WithCommand(CommandT &&value)
AWS_SSM_API SendCommandResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetCommand(CommandT &&value)
const Aws::String & GetRequestId() const
SendCommandResult & WithRequestId(RequestIdT &&value)
AWS_SSM_API SendCommandResult()=default
AWS_SSM_API SendCommandResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
const Command & GetCommand() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue