7#include <aws/appstream/AppStream_EXPORTS.h>
8#include <aws/appstream/model/Stack.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename StackT = Stack>
37 m_stackHasBeenSet =
true;
38 m_stack = std::forward<StackT>(value);
40 template <
typename StackT = Stack>
42 SetStack(std::forward<StackT>(value));
50 template <
typename RequestIdT = Aws::String>
52 m_requestIdHasBeenSet =
true;
53 m_requestId = std::forward<RequestIdT>(value);
55 template <
typename RequestIdT = Aws::String>
65 bool m_stackHasBeenSet =
false;
66 bool m_requestIdHasBeenSet =
false;
AWS_APPSTREAM_API UpdateStackResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_APPSTREAM_API UpdateStackResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateStackResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
void SetStack(StackT &&value)
void SetRequestId(RequestIdT &&value)
UpdateStackResult & WithStack(StackT &&value)
AWS_APPSTREAM_API UpdateStackResult()=default
const Stack & GetStack() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue