7#include <aws/ssm/SSM_EXPORTS.h>
8#include <aws/ssm/model/Command.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
42 template<
typename CommandT = Command>
43 void SetCommand(CommandT&& value) { m_commandHasBeenSet =
true; m_command = std::forward<CommandT>(value); }
44 template<
typename CommandT = Command>
51 template<
typename RequestIdT = Aws::String>
52 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
53 template<
typename RequestIdT = Aws::String>
59 bool m_commandHasBeenSet =
false;
62 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