7#include <aws/imagebuilder/Imagebuilder_EXPORTS.h>
8#include <aws/imagebuilder/model/LifecycleExecution.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
42 template<
typename LifecycleExecutionT = LifecycleExecution>
43 void SetLifecycleExecution(LifecycleExecutionT&& value) { m_lifecycleExecutionHasBeenSet =
true; m_lifecycleExecution = std::forward<LifecycleExecutionT>(value); }
44 template<
typename LifecycleExecutionT = LifecycleExecution>
51 template<
typename RequestIdT = Aws::String>
52 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
53 template<
typename RequestIdT = Aws::String>
59 bool m_lifecycleExecutionHasBeenSet =
false;
62 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