7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/imagebuilder/ImagebuilderRequest.h>
10#include <aws/imagebuilder/Imagebuilder_EXPORTS.h>
15namespace imagebuilder {
39 template <
typename LifecycleExecutionIdT = Aws::String>
41 m_lifecycleExecutionIdHasBeenSet =
true;
42 m_lifecycleExecutionId = std::forward<LifecycleExecutionIdT>(value);
44 template <
typename LifecycleExecutionIdT = Aws::String>
60 template <
typename ClientTokenT = Aws::String>
62 m_clientTokenHasBeenSet =
true;
63 m_clientToken = std::forward<ClientTokenT>(value);
65 template <
typename ClientTokenT = Aws::String>
75 bool m_lifecycleExecutionIdHasBeenSet =
false;
76 bool m_clientTokenHasBeenSet =
true;
static Aws::Utils::UUID PseudoRandomUUID()
bool ClientTokenHasBeenSet() const
void SetLifecycleExecutionId(LifecycleExecutionIdT &&value)
virtual const char * GetServiceRequestName() const override
CancelLifecycleExecutionRequest & WithLifecycleExecutionId(LifecycleExecutionIdT &&value)
bool LifecycleExecutionIdHasBeenSet() const
void SetClientToken(ClientTokenT &&value)
AWS_IMAGEBUILDER_API CancelLifecycleExecutionRequest()=default
AWS_IMAGEBUILDER_API Aws::String SerializePayload() const override
const Aws::String & GetLifecycleExecutionId() const
CancelLifecycleExecutionRequest & WithClientToken(ClientTokenT &&value)
const Aws::String & GetClientToken() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String