7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/imagebuilder/ImagebuilderRequest.h>
9#include <aws/imagebuilder/Imagebuilder_EXPORTS.h>
17namespace imagebuilder {
43 template <
typename LifecycleExecutionIdT = Aws::String>
45 m_lifecycleExecutionIdHasBeenSet =
true;
46 m_lifecycleExecutionId = std::forward<LifecycleExecutionIdT>(value);
48 template <
typename LifecycleExecutionIdT = Aws::String>
56 bool m_lifecycleExecutionIdHasBeenSet =
false;
void SetLifecycleExecutionId(LifecycleExecutionIdT &&value)
const Aws::String & GetLifecycleExecutionId() const
AWS_IMAGEBUILDER_API GetLifecycleExecutionRequest()=default
GetLifecycleExecutionRequest & WithLifecycleExecutionId(LifecycleExecutionIdT &&value)
bool LifecycleExecutionIdHasBeenSet() const
AWS_IMAGEBUILDER_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
virtual const char * GetServiceRequestName() const override
AWS_IMAGEBUILDER_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String