7#include <aws/amplifybackend/AmplifyBackend_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/amplifybackend/model/BackendStoragePermissions.h>
10#include <aws/amplifybackend/model/ServiceName.h>
23namespace AmplifyBackend
50 inline void SetBucketName(
const char* value) { m_bucketNameHasBeenSet =
true; m_bucketName.assign(value); }
62 inline void SetImported(
bool value) { m_importedHasBeenSet =
true; m_imported = value; }
92 bool m_bucketNameHasBeenSet =
false;
95 bool m_importedHasBeenSet =
false;
98 bool m_permissionsHasBeenSet =
false;
101 bool m_serviceNameHasBeenSet =
false;
GetBackendStorageResourceConfig & WithBucketName(const char *value)
const ServiceName & GetServiceName() const
void SetPermissions(const BackendStoragePermissions &value)
void SetBucketName(const char *value)
GetBackendStorageResourceConfig & WithServiceName(ServiceName &&value)
GetBackendStorageResourceConfig & WithPermissions(const BackendStoragePermissions &value)
bool ServiceNameHasBeenSet() const
GetBackendStorageResourceConfig & WithBucketName(Aws::String &&value)
AWS_AMPLIFYBACKEND_API GetBackendStorageResourceConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_AMPLIFYBACKEND_API GetBackendStorageResourceConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetBucketName(Aws::String &&value)
AWS_AMPLIFYBACKEND_API GetBackendStorageResourceConfig()
void SetServiceName(ServiceName &&value)
bool PermissionsHasBeenSet() const
const BackendStoragePermissions & GetPermissions() const
GetBackendStorageResourceConfig & WithBucketName(const Aws::String &value)
AWS_AMPLIFYBACKEND_API Aws::Utils::Json::JsonValue Jsonize() const
GetBackendStorageResourceConfig & WithServiceName(const ServiceName &value)
GetBackendStorageResourceConfig & WithPermissions(BackendStoragePermissions &&value)
void SetImported(bool value)
void SetPermissions(BackendStoragePermissions &&value)
const Aws::String & GetBucketName() const
GetBackendStorageResourceConfig & WithImported(bool value)
void SetServiceName(const ServiceName &value)
bool BucketNameHasBeenSet() const
bool ImportedHasBeenSet() const
void SetBucketName(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue