7#include <aws/amplifybackend/AmplifyBackend_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/amplifybackend/model/AuthenticatedElement.h>
10#include <aws/amplifybackend/model/UnAuthenticatedElement.h>
23namespace AmplifyBackend
75 bool m_authenticatedHasBeenSet =
false;
78 bool m_unAuthenticatedHasBeenSet =
false;
BackendStoragePermissions & WithAuthenticated(Aws::Vector< AuthenticatedElement > &&value)
BackendStoragePermissions & AddUnAuthenticated(UnAuthenticatedElement &&value)
const Aws::Vector< AuthenticatedElement > & GetAuthenticated() const
BackendStoragePermissions & AddAuthenticated(AuthenticatedElement &&value)
AWS_AMPLIFYBACKEND_API BackendStoragePermissions & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_AMPLIFYBACKEND_API BackendStoragePermissions()
void SetUnAuthenticated(Aws::Vector< UnAuthenticatedElement > &&value)
BackendStoragePermissions & AddUnAuthenticated(const UnAuthenticatedElement &value)
void SetAuthenticated(Aws::Vector< AuthenticatedElement > &&value)
void SetUnAuthenticated(const Aws::Vector< UnAuthenticatedElement > &value)
AWS_AMPLIFYBACKEND_API Aws::Utils::Json::JsonValue Jsonize() const
bool UnAuthenticatedHasBeenSet() const
BackendStoragePermissions & WithUnAuthenticated(const Aws::Vector< UnAuthenticatedElement > &value)
BackendStoragePermissions & AddAuthenticated(const AuthenticatedElement &value)
BackendStoragePermissions & WithAuthenticated(const Aws::Vector< AuthenticatedElement > &value)
bool AuthenticatedHasBeenSet() const
const Aws::Vector< UnAuthenticatedElement > & GetUnAuthenticated() const
AWS_AMPLIFYBACKEND_API BackendStoragePermissions(Aws::Utils::Json::JsonView jsonValue)
void SetAuthenticated(const Aws::Vector< AuthenticatedElement > &value)
BackendStoragePermissions & WithUnAuthenticated(Aws::Vector< UnAuthenticatedElement > &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue