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
50 template<
typename AuthenticatedT = Aws::Vector<AuthenticatedElement>>
51 void SetAuthenticated(AuthenticatedT&& value) { m_authenticatedHasBeenSet =
true; m_authenticated = std::forward<AuthenticatedT>(value); }
52 template<
typename AuthenticatedT = Aws::Vector<AuthenticatedElement>>
64 template<
typename UnAuthenticatedT = Aws::Vector<UnAuthenticatedElement>>
65 void SetUnAuthenticated(UnAuthenticatedT&& value) { m_unAuthenticatedHasBeenSet =
true; m_unAuthenticated = std::forward<UnAuthenticatedT>(value); }
66 template<
typename UnAuthenticatedT = Aws::Vector<UnAuthenticatedElement>>
73 bool m_authenticatedHasBeenSet =
false;
76 bool m_unAuthenticatedHasBeenSet =
false;
void SetAuthenticated(AuthenticatedT &&value)
BackendStoragePermissions & WithUnAuthenticated(UnAuthenticatedT &&value)
const Aws::Vector< AuthenticatedElement > & GetAuthenticated() const
AWS_AMPLIFYBACKEND_API BackendStoragePermissions & operator=(Aws::Utils::Json::JsonView jsonValue)
BackendStoragePermissions & AddUnAuthenticated(UnAuthenticatedElement value)
AWS_AMPLIFYBACKEND_API Aws::Utils::Json::JsonValue Jsonize() const
bool UnAuthenticatedHasBeenSet() const
void SetUnAuthenticated(UnAuthenticatedT &&value)
BackendStoragePermissions & AddAuthenticated(AuthenticatedElement value)
bool AuthenticatedHasBeenSet() const
AWS_AMPLIFYBACKEND_API BackendStoragePermissions()=default
const Aws::Vector< UnAuthenticatedElement > & GetUnAuthenticated() const
BackendStoragePermissions & WithAuthenticated(AuthenticatedT &&value)
AWS_AMPLIFYBACKEND_API BackendStoragePermissions(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue