/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Represents the input of a PutJobSuccessResult
* action.See Also:
AWS
* API Reference
The unique system-generated ID of the job that succeeded. This is the same ID
* returned from PollForJobs
.
The unique system-generated ID of the job that succeeded. This is the same ID
* returned from PollForJobs
.
The unique system-generated ID of the job that succeeded. This is the same ID
* returned from PollForJobs
.
The unique system-generated ID of the job that succeeded. This is the same ID
* returned from PollForJobs
.
The unique system-generated ID of the job that succeeded. This is the same ID
* returned from PollForJobs
.
The unique system-generated ID of the job that succeeded. This is the same ID
* returned from PollForJobs
.
The unique system-generated ID of the job that succeeded. This is the same ID
* returned from PollForJobs
.
The unique system-generated ID of the job that succeeded. This is the same ID
* returned from PollForJobs
.
The ID of the current revision of the artifact successfully worked on by the * job.
*/ inline const CurrentRevision& GetCurrentRevision() const{ return m_currentRevision; } /** *The ID of the current revision of the artifact successfully worked on by the * job.
*/ inline bool CurrentRevisionHasBeenSet() const { return m_currentRevisionHasBeenSet; } /** *The ID of the current revision of the artifact successfully worked on by the * job.
*/ inline void SetCurrentRevision(const CurrentRevision& value) { m_currentRevisionHasBeenSet = true; m_currentRevision = value; } /** *The ID of the current revision of the artifact successfully worked on by the * job.
*/ inline void SetCurrentRevision(CurrentRevision&& value) { m_currentRevisionHasBeenSet = true; m_currentRevision = std::move(value); } /** *The ID of the current revision of the artifact successfully worked on by the * job.
*/ inline PutJobSuccessResultRequest& WithCurrentRevision(const CurrentRevision& value) { SetCurrentRevision(value); return *this;} /** *The ID of the current revision of the artifact successfully worked on by the * job.
*/ inline PutJobSuccessResultRequest& WithCurrentRevision(CurrentRevision&& value) { SetCurrentRevision(std::move(value)); return *this;} /** *A token generated by a job worker, such as a CodeDeploy deployment ID, that a * successful job provides to identify a custom action in progress. Future jobs use * this token to identify the running instance of the action. It can be reused to * return more information about the progress of the custom action. When the action * is complete, no continuation token should be supplied.
*/ inline const Aws::String& GetContinuationToken() const{ return m_continuationToken; } /** *A token generated by a job worker, such as a CodeDeploy deployment ID, that a * successful job provides to identify a custom action in progress. Future jobs use * this token to identify the running instance of the action. It can be reused to * return more information about the progress of the custom action. When the action * is complete, no continuation token should be supplied.
*/ inline bool ContinuationTokenHasBeenSet() const { return m_continuationTokenHasBeenSet; } /** *A token generated by a job worker, such as a CodeDeploy deployment ID, that a * successful job provides to identify a custom action in progress. Future jobs use * this token to identify the running instance of the action. It can be reused to * return more information about the progress of the custom action. When the action * is complete, no continuation token should be supplied.
*/ inline void SetContinuationToken(const Aws::String& value) { m_continuationTokenHasBeenSet = true; m_continuationToken = value; } /** *A token generated by a job worker, such as a CodeDeploy deployment ID, that a * successful job provides to identify a custom action in progress. Future jobs use * this token to identify the running instance of the action. It can be reused to * return more information about the progress of the custom action. When the action * is complete, no continuation token should be supplied.
*/ inline void SetContinuationToken(Aws::String&& value) { m_continuationTokenHasBeenSet = true; m_continuationToken = std::move(value); } /** *A token generated by a job worker, such as a CodeDeploy deployment ID, that a * successful job provides to identify a custom action in progress. Future jobs use * this token to identify the running instance of the action. It can be reused to * return more information about the progress of the custom action. When the action * is complete, no continuation token should be supplied.
*/ inline void SetContinuationToken(const char* value) { m_continuationTokenHasBeenSet = true; m_continuationToken.assign(value); } /** *A token generated by a job worker, such as a CodeDeploy deployment ID, that a * successful job provides to identify a custom action in progress. Future jobs use * this token to identify the running instance of the action. It can be reused to * return more information about the progress of the custom action. When the action * is complete, no continuation token should be supplied.
*/ inline PutJobSuccessResultRequest& WithContinuationToken(const Aws::String& value) { SetContinuationToken(value); return *this;} /** *A token generated by a job worker, such as a CodeDeploy deployment ID, that a * successful job provides to identify a custom action in progress. Future jobs use * this token to identify the running instance of the action. It can be reused to * return more information about the progress of the custom action. When the action * is complete, no continuation token should be supplied.
*/ inline PutJobSuccessResultRequest& WithContinuationToken(Aws::String&& value) { SetContinuationToken(std::move(value)); return *this;} /** *A token generated by a job worker, such as a CodeDeploy deployment ID, that a * successful job provides to identify a custom action in progress. Future jobs use * this token to identify the running instance of the action. It can be reused to * return more information about the progress of the custom action. When the action * is complete, no continuation token should be supplied.
*/ inline PutJobSuccessResultRequest& WithContinuationToken(const char* value) { SetContinuationToken(value); return *this;} /** *The execution details of the successful job, such as the actions taken by the * job worker.
*/ inline const ExecutionDetails& GetExecutionDetails() const{ return m_executionDetails; } /** *The execution details of the successful job, such as the actions taken by the * job worker.
*/ inline bool ExecutionDetailsHasBeenSet() const { return m_executionDetailsHasBeenSet; } /** *The execution details of the successful job, such as the actions taken by the * job worker.
*/ inline void SetExecutionDetails(const ExecutionDetails& value) { m_executionDetailsHasBeenSet = true; m_executionDetails = value; } /** *The execution details of the successful job, such as the actions taken by the * job worker.
*/ inline void SetExecutionDetails(ExecutionDetails&& value) { m_executionDetailsHasBeenSet = true; m_executionDetails = std::move(value); } /** *The execution details of the successful job, such as the actions taken by the * job worker.
*/ inline PutJobSuccessResultRequest& WithExecutionDetails(const ExecutionDetails& value) { SetExecutionDetails(value); return *this;} /** *The execution details of the successful job, such as the actions taken by the * job worker.
*/ inline PutJobSuccessResultRequest& WithExecutionDetails(ExecutionDetails&& value) { SetExecutionDetails(std::move(value)); return *this;} /** *Key-value pairs produced as output by a job worker that can be made available
* to a downstream action configuration. outputVariables
can be
* included only when there is no continuation token on the request.
Key-value pairs produced as output by a job worker that can be made available
* to a downstream action configuration. outputVariables
can be
* included only when there is no continuation token on the request.
Key-value pairs produced as output by a job worker that can be made available
* to a downstream action configuration. outputVariables
can be
* included only when there is no continuation token on the request.
Key-value pairs produced as output by a job worker that can be made available
* to a downstream action configuration. outputVariables
can be
* included only when there is no continuation token on the request.
Key-value pairs produced as output by a job worker that can be made available
* to a downstream action configuration. outputVariables
can be
* included only when there is no continuation token on the request.
Key-value pairs produced as output by a job worker that can be made available
* to a downstream action configuration. outputVariables
can be
* included only when there is no continuation token on the request.
Key-value pairs produced as output by a job worker that can be made available
* to a downstream action configuration. outputVariables
can be
* included only when there is no continuation token on the request.
Key-value pairs produced as output by a job worker that can be made available
* to a downstream action configuration. outputVariables
can be
* included only when there is no continuation token on the request.
Key-value pairs produced as output by a job worker that can be made available
* to a downstream action configuration. outputVariables
can be
* included only when there is no continuation token on the request.
Key-value pairs produced as output by a job worker that can be made available
* to a downstream action configuration. outputVariables
can be
* included only when there is no continuation token on the request.
Key-value pairs produced as output by a job worker that can be made available
* to a downstream action configuration. outputVariables
can be
* included only when there is no continuation token on the request.
Key-value pairs produced as output by a job worker that can be made available
* to a downstream action configuration. outputVariables
can be
* included only when there is no continuation token on the request.
Key-value pairs produced as output by a job worker that can be made available
* to a downstream action configuration. outputVariables
can be
* included only when there is no continuation token on the request.