7#include <aws/rds/RDS_EXPORTS.h>
8#include <aws/rds/RDSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/DateTime.h>
54 template<
typename DBClusterIdentifierT = Aws::String>
55 void SetDBClusterIdentifier(DBClusterIdentifierT&& value) { m_dBClusterIdentifierHasBeenSet =
true; m_dBClusterIdentifier = std::forward<DBClusterIdentifierT>(value); }
56 template<
typename DBClusterIdentifierT = Aws::String>
73 template<
typename BacktrackToT = Aws::Utils::DateTime>
74 void SetBacktrackTo(BacktrackToT&& value) { m_backtrackToHasBeenSet =
true; m_backtrackTo = std::forward<BacktrackToT>(value); }
75 template<
typename BacktrackToT = Aws::Utils::DateTime>
84 inline bool GetForce()
const {
return m_force; }
86 inline void SetForce(
bool value) { m_forceHasBeenSet =
true; m_force = value; }
106 bool m_dBClusterIdentifierHasBeenSet =
false;
109 bool m_backtrackToHasBeenSet =
false;
112 bool m_forceHasBeenSet =
false;
114 bool m_useEarliestTimeOnPointInTimeUnavailable{
false};
115 bool m_useEarliestTimeOnPointInTimeUnavailableHasBeenSet =
false;
BacktrackDBClusterRequest & WithUseEarliestTimeOnPointInTimeUnavailable(bool value)
void SetBacktrackTo(BacktrackToT &&value)
AWS_RDS_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool UseEarliestTimeOnPointInTimeUnavailableHasBeenSet() const
AWS_RDS_API Aws::String SerializePayload() const override
bool ForceHasBeenSet() const
void SetUseEarliestTimeOnPointInTimeUnavailable(bool value)
BacktrackDBClusterRequest & WithDBClusterIdentifier(DBClusterIdentifierT &&value)
bool BacktrackToHasBeenSet() const
AWS_RDS_API BacktrackDBClusterRequest()=default
void SetForce(bool value)
void SetDBClusterIdentifier(DBClusterIdentifierT &&value)
const Aws::Utils::DateTime & GetBacktrackTo() const
BacktrackDBClusterRequest & WithForce(bool value)
BacktrackDBClusterRequest & WithBacktrackTo(BacktrackToT &&value)
const Aws::String & GetDBClusterIdentifier() const
bool DBClusterIdentifierHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool GetUseEarliestTimeOnPointInTimeUnavailable() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String