7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/imagebuilder/Imagebuilder_EXPORTS.h>
10#include <aws/imagebuilder/model/LifecycleExecution.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace imagebuilder {
37 template <
typename LifecycleExecutionT = LifecycleExecution>
39 m_lifecycleExecutionHasBeenSet =
true;
40 m_lifecycleExecution = std::forward<LifecycleExecutionT>(value);
42 template <
typename LifecycleExecutionT = LifecycleExecution>
52 template <
typename RequestIdT = Aws::String>
54 m_requestIdHasBeenSet =
true;
55 m_requestId = std::forward<RequestIdT>(value);
57 template <
typename RequestIdT = Aws::String>
70 bool m_lifecycleExecutionHasBeenSet =
false;
71 bool m_requestIdHasBeenSet =
false;
GetLifecycleExecutionResult & WithRequestId(RequestIdT &&value)
AWS_IMAGEBUILDER_API GetLifecycleExecutionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_IMAGEBUILDER_API GetLifecycleExecutionResult()=default
Aws::Http::HttpResponseCode GetHttpResponseCode() const
GetLifecycleExecutionResult & WithLifecycleExecution(LifecycleExecutionT &&value)
const LifecycleExecution & GetLifecycleExecution() const
const Aws::String & GetRequestId() const
void SetLifecycleExecution(LifecycleExecutionT &&value)
AWS_IMAGEBUILDER_API GetLifecycleExecutionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue