/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Data replication initiation.See Also:
AWS
* API Reference
The date and time of the current attempt to initiate data replication.
*/ inline const Aws::String& GetStartDateTime() const{ return m_startDateTime; } /** *The date and time of the current attempt to initiate data replication.
*/ inline bool StartDateTimeHasBeenSet() const { return m_startDateTimeHasBeenSet; } /** *The date and time of the current attempt to initiate data replication.
*/ inline void SetStartDateTime(const Aws::String& value) { m_startDateTimeHasBeenSet = true; m_startDateTime = value; } /** *The date and time of the current attempt to initiate data replication.
*/ inline void SetStartDateTime(Aws::String&& value) { m_startDateTimeHasBeenSet = true; m_startDateTime = std::move(value); } /** *The date and time of the current attempt to initiate data replication.
*/ inline void SetStartDateTime(const char* value) { m_startDateTimeHasBeenSet = true; m_startDateTime.assign(value); } /** *The date and time of the current attempt to initiate data replication.
*/ inline RecoveryInstanceDataReplicationInitiation& WithStartDateTime(const Aws::String& value) { SetStartDateTime(value); return *this;} /** *The date and time of the current attempt to initiate data replication.
*/ inline RecoveryInstanceDataReplicationInitiation& WithStartDateTime(Aws::String&& value) { SetStartDateTime(std::move(value)); return *this;} /** *The date and time of the current attempt to initiate data replication.
*/ inline RecoveryInstanceDataReplicationInitiation& WithStartDateTime(const char* value) { SetStartDateTime(value); return *this;} /** *The steps of the current attempt to initiate data replication.
*/ inline const Aws::VectorThe steps of the current attempt to initiate data replication.
*/ inline bool StepsHasBeenSet() const { return m_stepsHasBeenSet; } /** *The steps of the current attempt to initiate data replication.
*/ inline void SetSteps(const Aws::VectorThe steps of the current attempt to initiate data replication.
*/ inline void SetSteps(Aws::VectorThe steps of the current attempt to initiate data replication.
*/ inline RecoveryInstanceDataReplicationInitiation& WithSteps(const Aws::VectorThe steps of the current attempt to initiate data replication.
*/ inline RecoveryInstanceDataReplicationInitiation& WithSteps(Aws::VectorThe steps of the current attempt to initiate data replication.
*/ inline RecoveryInstanceDataReplicationInitiation& AddSteps(const RecoveryInstanceDataReplicationInitiationStep& value) { m_stepsHasBeenSet = true; m_steps.push_back(value); return *this; } /** *The steps of the current attempt to initiate data replication.
*/ inline RecoveryInstanceDataReplicationInitiation& AddSteps(RecoveryInstanceDataReplicationInitiationStep&& value) { m_stepsHasBeenSet = true; m_steps.push_back(std::move(value)); return *this; } private: Aws::String m_startDateTime; bool m_startDateTimeHasBeenSet = false; Aws::Vector