7#include <aws/imagebuilder/Imagebuilder_EXPORTS.h>
8#include <aws/imagebuilder/ImagebuilderRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/UUID.h>
43 template<
typename LifecycleExecutionIdT = Aws::String>
44 void SetLifecycleExecutionId(LifecycleExecutionIdT&& value) { m_lifecycleExecutionIdHasBeenSet =
true; m_lifecycleExecutionId = std::forward<LifecycleExecutionIdT>(value); }
45 template<
typename LifecycleExecutionIdT = Aws::String>
58 template<
typename ClientTokenT = Aws::String>
59 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
60 template<
typename ClientTokenT = Aws::String>
66 bool m_lifecycleExecutionIdHasBeenSet =
false;
69 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