/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Information about pipeline reprocessing.See Also:
AWS
* API Reference
The reprocessingId
returned by
* StartPipelineReprocessing
.
The reprocessingId
returned by
* StartPipelineReprocessing
.
The reprocessingId
returned by
* StartPipelineReprocessing
.
The reprocessingId
returned by
* StartPipelineReprocessing
.
The reprocessingId
returned by
* StartPipelineReprocessing
.
The reprocessingId
returned by
* StartPipelineReprocessing
.
The reprocessingId
returned by
* StartPipelineReprocessing
.
The reprocessingId
returned by
* StartPipelineReprocessing
.
The status of the pipeline reprocessing.
*/ inline const ReprocessingStatus& GetStatus() const{ return m_status; } /** *The status of the pipeline reprocessing.
*/ inline bool StatusHasBeenSet() const { return m_statusHasBeenSet; } /** *The status of the pipeline reprocessing.
*/ inline void SetStatus(const ReprocessingStatus& value) { m_statusHasBeenSet = true; m_status = value; } /** *The status of the pipeline reprocessing.
*/ inline void SetStatus(ReprocessingStatus&& value) { m_statusHasBeenSet = true; m_status = std::move(value); } /** *The status of the pipeline reprocessing.
*/ inline ReprocessingSummary& WithStatus(const ReprocessingStatus& value) { SetStatus(value); return *this;} /** *The status of the pipeline reprocessing.
*/ inline ReprocessingSummary& WithStatus(ReprocessingStatus&& value) { SetStatus(std::move(value)); return *this;} /** *The time the pipeline reprocessing was created.
*/ inline const Aws::Utils::DateTime& GetCreationTime() const{ return m_creationTime; } /** *The time the pipeline reprocessing was created.
*/ inline bool CreationTimeHasBeenSet() const { return m_creationTimeHasBeenSet; } /** *The time the pipeline reprocessing was created.
*/ inline void SetCreationTime(const Aws::Utils::DateTime& value) { m_creationTimeHasBeenSet = true; m_creationTime = value; } /** *The time the pipeline reprocessing was created.
*/ inline void SetCreationTime(Aws::Utils::DateTime&& value) { m_creationTimeHasBeenSet = true; m_creationTime = std::move(value); } /** *The time the pipeline reprocessing was created.
*/ inline ReprocessingSummary& WithCreationTime(const Aws::Utils::DateTime& value) { SetCreationTime(value); return *this;} /** *The time the pipeline reprocessing was created.
*/ inline ReprocessingSummary& WithCreationTime(Aws::Utils::DateTime&& value) { SetCreationTime(std::move(value)); return *this;} private: Aws::String m_id; bool m_idHasBeenSet = false; ReprocessingStatus m_status; bool m_statusHasBeenSet = false; Aws::Utils::DateTime m_creationTime; bool m_creationTimeHasBeenSet = false; }; } // namespace Model } // namespace IoTAnalytics } // namespace Aws