7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/imagebuilder/Imagebuilder_EXPORTS.h>
9#include <aws/imagebuilder/model/LifecycleExecution.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace imagebuilder {
36 template <
typename LifecycleExecutionT = LifecycleExecution>
38 m_lifecycleExecutionHasBeenSet =
true;
39 m_lifecycleExecution = std::forward<LifecycleExecutionT>(value);
41 template <
typename LifecycleExecutionT = LifecycleExecution>
51 template <
typename RequestIdT = Aws::String>
53 m_requestIdHasBeenSet =
true;
54 m_requestId = std::forward<RequestIdT>(value);
56 template <
typename RequestIdT = Aws::String>
66 bool m_lifecycleExecutionHasBeenSet =
false;
67 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
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