7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/redshift-serverless/RedshiftServerless_EXPORTS.h>
20namespace RedshiftServerless {
43 template <
typename NamespaceArnT = Aws::String>
45 m_namespaceArnHasBeenSet =
true;
46 m_namespaceArn = std::forward<NamespaceArnT>(value);
48 template <
typename NamespaceArnT = Aws::String>
61 template <
typename NamespaceNameT = Aws::String>
63 m_namespaceNameHasBeenSet =
true;
64 m_namespaceName = std::forward<NamespaceNameT>(value);
66 template <
typename NamespaceNameT = Aws::String>
79 template <
typename RecoveryPo
intCreateTimeT = Aws::Utils::DateTime>
81 m_recoveryPointCreateTimeHasBeenSet =
true;
82 m_recoveryPointCreateTime = std::forward<RecoveryPointCreateTimeT>(value);
84 template <
typename RecoveryPo
intCreateTimeT = Aws::Utils::DateTime>
97 template <
typename RecoveryPo
intIdT = Aws::String>
99 m_recoveryPointIdHasBeenSet =
true;
100 m_recoveryPointId = std::forward<RecoveryPointIdT>(value);
102 template <
typename RecoveryPo
intIdT = Aws::String>
116 m_totalSizeInMegaBytesHasBeenSet =
true;
117 m_totalSizeInMegaBytes = value;
131 template <
typename WorkgroupNameT = Aws::String>
133 m_workgroupNameHasBeenSet =
true;
134 m_workgroupName = std::forward<WorkgroupNameT>(value);
136 template <
typename WorkgroupNameT = Aws::String>
151 double m_totalSizeInMegaBytes{0.0};
154 bool m_namespaceArnHasBeenSet =
false;
155 bool m_namespaceNameHasBeenSet =
false;
156 bool m_recoveryPointCreateTimeHasBeenSet =
false;
157 bool m_recoveryPointIdHasBeenSet =
false;
158 bool m_totalSizeInMegaBytesHasBeenSet =
false;
159 bool m_workgroupNameHasBeenSet =
false;
bool TotalSizeInMegaBytesHasBeenSet() const
void SetRecoveryPointId(RecoveryPointIdT &&value)
RecoveryPoint & WithRecoveryPointCreateTime(RecoveryPointCreateTimeT &&value)
const Aws::String & GetWorkgroupName() const
RecoveryPoint & WithNamespaceArn(NamespaceArnT &&value)
RecoveryPoint & WithWorkgroupName(WorkgroupNameT &&value)
void SetTotalSizeInMegaBytes(double value)
bool NamespaceNameHasBeenSet() const
const Aws::String & GetNamespaceArn() const
bool RecoveryPointCreateTimeHasBeenSet() const
AWS_REDSHIFTSERVERLESS_API RecoveryPoint()=default
void SetNamespaceArn(NamespaceArnT &&value)
AWS_REDSHIFTSERVERLESS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_REDSHIFTSERVERLESS_API RecoveryPoint(Aws::Utils::Json::JsonView jsonValue)
double GetTotalSizeInMegaBytes() const
const Aws::String & GetNamespaceName() const
void SetWorkgroupName(WorkgroupNameT &&value)
void SetNamespaceName(NamespaceNameT &&value)
RecoveryPoint & WithTotalSizeInMegaBytes(double value)
bool WorkgroupNameHasBeenSet() const
RecoveryPoint & WithNamespaceName(NamespaceNameT &&value)
void SetRecoveryPointCreateTime(RecoveryPointCreateTimeT &&value)
const Aws::String & GetRecoveryPointId() const
AWS_REDSHIFTSERVERLESS_API RecoveryPoint & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetRecoveryPointCreateTime() const
RecoveryPoint & WithRecoveryPointId(RecoveryPointIdT &&value)
bool NamespaceArnHasBeenSet() const
bool RecoveryPointIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue