7#include <aws/amplifybackend/AmplifyBackend_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace AmplifyBackend
48 inline void SetCreationDate(
const char* value) { m_creationDateHasBeenSet =
true; m_creationDate.assign(value); }
62 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
70 bool m_creationDateHasBeenSet =
false;
73 bool m_nameHasBeenSet =
false;
S3BucketInfo & WithName(const Aws::String &value)
S3BucketInfo & WithCreationDate(const char *value)
S3BucketInfo & WithCreationDate(Aws::String &&value)
AWS_AMPLIFYBACKEND_API S3BucketInfo(Aws::Utils::Json::JsonView jsonValue)
void SetName(const Aws::String &value)
void SetCreationDate(const char *value)
AWS_AMPLIFYBACKEND_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetCreationDate() const
bool CreationDateHasBeenSet() const
void SetCreationDate(const Aws::String &value)
bool NameHasBeenSet() const
AWS_AMPLIFYBACKEND_API S3BucketInfo()
S3BucketInfo & WithCreationDate(const Aws::String &value)
S3BucketInfo & WithName(Aws::String &&value)
AWS_AMPLIFYBACKEND_API S3BucketInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
void SetCreationDate(Aws::String &&value)
void SetName(Aws::String &&value)
S3BucketInfo & WithName(const char *value)
void SetName(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue