7#include <aws/opsworks/OpsWorks_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
47 template<
typename StackIdT = Aws::String>
48 void SetStackId(StackIdT&& value) { m_stackIdHasBeenSet =
true; m_stackId = std::forward<StackIdT>(value); }
49 template<
typename StackIdT = Aws::String>
56 template<
typename RequestIdT = Aws::String>
57 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
58 template<
typename RequestIdT = Aws::String>
64 bool m_stackIdHasBeenSet =
false;
67 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
CreateStackResult & WithRequestId(RequestIdT &&value)
AWS_OPSWORKS_API CreateStackResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
void SetStackId(StackIdT &&value)
CreateStackResult & WithStackId(StackIdT &&value)
AWS_OPSWORKS_API CreateStackResult()=default
const Aws::String & GetStackId() const
AWS_OPSWORKS_API CreateStackResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue