7#include <aws/codebuild/CodeBuild_EXPORTS.h>
8#include <aws/codebuild/CodeBuildRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/codebuild/model/RetryBuildBatchType.h>
45 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
46 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
64 inline void SetIdempotencyToken(
const char* value) { m_idempotencyTokenHasBeenSet =
true; m_idempotencyToken.assign(value); }
84 bool m_idHasBeenSet =
false;
87 bool m_idempotencyTokenHasBeenSet =
false;
90 bool m_retryTypeHasBeenSet =
false;
void SetIdempotencyToken(const char *value)
AWS_CODEBUILD_API RetryBuildBatchRequest()
const Aws::String & GetId() const
RetryBuildBatchRequest & WithIdempotencyToken(const char *value)
RetryBuildBatchRequest & WithId(Aws::String &&value)
void SetIdempotencyToken(const Aws::String &value)
const RetryBuildBatchType & GetRetryType() const
bool RetryTypeHasBeenSet() const
RetryBuildBatchRequest & WithIdempotencyToken(const Aws::String &value)
void SetRetryType(const RetryBuildBatchType &value)
RetryBuildBatchRequest & WithRetryType(RetryBuildBatchType &&value)
virtual const char * GetServiceRequestName() const override
bool IdHasBeenSet() const
void SetId(const Aws::String &value)
AWS_CODEBUILD_API Aws::String SerializePayload() const override
AWS_CODEBUILD_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
RetryBuildBatchRequest & WithRetryType(const RetryBuildBatchType &value)
bool IdempotencyTokenHasBeenSet() const
void SetRetryType(RetryBuildBatchType &&value)
void SetId(const char *value)
RetryBuildBatchRequest & WithId(const Aws::String &value)
RetryBuildBatchRequest & WithId(const char *value)
const Aws::String & GetIdempotencyToken() const
RetryBuildBatchRequest & WithIdempotencyToken(Aws::String &&value)
void SetId(Aws::String &&value)
void SetIdempotencyToken(Aws::String &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String