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/Stack.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
48 template<
typename StacksT = Aws::Vector<Stack>>
49 void SetStacks(StacksT&& value) { m_stacksHasBeenSet =
true; m_stacks = std::forward<StacksT>(value); }
50 template<
typename StacksT = Aws::Vector<Stack>>
52 template<
typename StacksT = Stack>
59 template<
typename RequestIdT = Aws::String>
60 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
61 template<
typename RequestIdT = Aws::String>
67 bool m_stacksHasBeenSet =
false;
70 bool m_requestIdHasBeenSet =
false;
void SetStacks(StacksT &&value)
DescribeStacksResult & WithRequestId(RequestIdT &&value)
DescribeStacksResult & WithStacks(StacksT &&value)
const Aws::Vector< Stack > & GetStacks() const
AWS_OPSWORKS_API DescribeStacksResult()=default
AWS_OPSWORKS_API DescribeStacksResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeStacksResult & AddStacks(StacksT &&value)
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
AWS_OPSWORKS_API DescribeStacksResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue