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;
62 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
AWS_OPSWORKS_API DescribeCommandsResult()
void SetCommands(const Aws::Vector< Command > &value)
void SetRequestId(const Aws::String &value)
const Aws::String & GetRequestId() const
DescribeCommandsResult & WithCommands(const Aws::Vector< Command > &value)
void SetCommands(Aws::Vector< Command > &&value)
DescribeCommandsResult & AddCommands(const Command &value)
DescribeCommandsResult & AddCommands(Command &&value)
AWS_OPSWORKS_API DescribeCommandsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeCommandsResult & WithRequestId(Aws::String &&value)
void SetRequestId(const char *value)
void SetRequestId(Aws::String &&value)
const Aws::Vector< Command > & GetCommands() const
AWS_OPSWORKS_API DescribeCommandsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeCommandsResult & WithCommands(Aws::Vector< Command > &&value)
DescribeCommandsResult & WithRequestId(const char *value)
DescribeCommandsResult & WithRequestId(const Aws::String &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