7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/codepipeline/CodePipelineRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename JobIdT = Aws::String>
48 void SetJobId(JobIdT&& value) { m_jobIdHasBeenSet =
true; m_jobId = std::forward<JobIdT>(value); }
49 template<
typename JobIdT = Aws::String>
61 template<
typename NonceT = Aws::String>
62 void SetNonce(NonceT&& value) { m_nonceHasBeenSet =
true; m_nonce = std::forward<NonceT>(value); }
63 template<
typename NonceT = Aws::String>
74 template<
typename ClientTokenT = Aws::String>
75 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
76 template<
typename ClientTokenT = Aws::String>
82 bool m_jobIdHasBeenSet =
false;
85 bool m_nonceHasBeenSet =
false;
88 bool m_clientTokenHasBeenSet =
false;
const Aws::String & GetClientToken() const
void SetClientToken(ClientTokenT &&value)
AcknowledgeThirdPartyJobRequest & WithJobId(JobIdT &&value)
AWS_CODEPIPELINE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
const Aws::String & GetNonce() const
const Aws::String & GetJobId() const
bool ClientTokenHasBeenSet() const
AcknowledgeThirdPartyJobRequest & WithClientToken(ClientTokenT &&value)
void SetJobId(JobIdT &&value)
void SetNonce(NonceT &&value)
bool JobIdHasBeenSet() const
AWS_CODEPIPELINE_API AcknowledgeThirdPartyJobRequest()=default
bool NonceHasBeenSet() const
AWS_CODEPIPELINE_API Aws::String SerializePayload() const override
AcknowledgeThirdPartyJobRequest & WithNonce(NonceT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String