7#include <aws/opsworks/OpsWorks_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/opsworks/model/Command.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
49 template<
typename CommandsT = Aws::Vector<Command>>
50 void SetCommands(CommandsT&& value) { m_commandsHasBeenSet =
true; m_commands = std::forward<CommandsT>(value); }
51 template<
typename CommandsT = Aws::Vector<Command>>
53 template<
typename CommandsT = Command>
60 template<
typename RequestIdT = Aws::String>
61 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
62 template<
typename RequestIdT = Aws::String>
68 bool m_commandsHasBeenSet =
false;
71 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
DescribeCommandsResult & WithCommands(CommandsT &&value)
AWS_OPSWORKS_API DescribeCommandsResult()=default
AWS_OPSWORKS_API DescribeCommandsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeCommandsResult & WithRequestId(RequestIdT &&value)
const Aws::Vector< Command > & GetCommands() const
void SetCommands(CommandsT &&value)
AWS_OPSWORKS_API DescribeCommandsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeCommandsResult & AddCommands(CommandsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue