7#include <aws/codebuild/CodeBuild_EXPORTS.h>
8#include <aws/codebuild/CodeBuildRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename IdT = Aws::String>
44 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
45 template<
typename IdT = Aws::String>
59 template<
typename IdempotencyTokenT = Aws::String>
60 void SetIdempotencyToken(IdempotencyTokenT&& value) { m_idempotencyTokenHasBeenSet =
true; m_idempotencyToken = std::forward<IdempotencyTokenT>(value); }
61 template<
typename IdempotencyTokenT = Aws::String>
67 bool m_idHasBeenSet =
false;
70 bool m_idempotencyTokenHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
void SetIdempotencyToken(IdempotencyTokenT &&value)
const Aws::String & GetId() const
bool IdHasBeenSet() const
RetryBuildRequest & WithId(IdT &&value)
AWS_CODEBUILD_API Aws::String SerializePayload() const override
AWS_CODEBUILD_API RetryBuildRequest()=default
AWS_CODEBUILD_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool IdempotencyTokenHasBeenSet() const
const Aws::String & GetIdempotencyToken() const
RetryBuildRequest & WithIdempotencyToken(IdempotencyTokenT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String