7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/s3tables/S3Tables_EXPORTS.h>
42 template <
typename MetadataLocationT = Aws::String>
44 m_metadataLocationHasBeenSet =
true;
45 m_metadataLocation = std::forward<MetadataLocationT>(value);
47 template <
typename MetadataLocationT = Aws::String>
60 template <
typename TimestampT = Aws::Utils::DateTime>
62 m_timestampHasBeenSet =
true;
63 m_timestamp = std::forward<TimestampT>(value);
65 template <
typename TimestampT = Aws::Utils::DateTime>
75 bool m_metadataLocationHasBeenSet =
false;
76 bool m_timestampHasBeenSet =
false;
LastSuccessfulReplicatedUpdate & WithTimestamp(TimestampT &&value)
void SetMetadataLocation(MetadataLocationT &&value)
bool MetadataLocationHasBeenSet() const
AWS_S3TABLES_API LastSuccessfulReplicatedUpdate()=default
void SetTimestamp(TimestampT &&value)
AWS_S3TABLES_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_S3TABLES_API LastSuccessfulReplicatedUpdate(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetMetadataLocation() const
bool TimestampHasBeenSet() const
AWS_S3TABLES_API LastSuccessfulReplicatedUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetTimestamp() const
LastSuccessfulReplicatedUpdate & WithMetadataLocation(MetadataLocationT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue