7#include <aws/accessanalyzer/AccessAnalyzer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace AccessAnalyzer {
44 template <
typename IdT = Aws::String>
46 m_idHasBeenSet =
true;
47 m_id = std::forward<IdT>(value);
49 template <
typename IdT = Aws::String>
51 SetId(std::forward<IdT>(value));
62 template <
typename UriT = Aws::String>
64 m_uriHasBeenSet =
true;
65 m_uri = std::forward<UriT>(value);
67 template <
typename UriT = Aws::String>
69 SetUri(std::forward<UriT>(value));
77 bool m_idHasBeenSet =
false;
78 bool m_uriHasBeenSet =
false;
const Aws::String & GetId() const
AWS_ACCESSANALYZER_API AclGrantee()=default
void SetUri(UriT &&value)
bool IdHasBeenSet() const
const Aws::String & GetUri() const
AWS_ACCESSANALYZER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ACCESSANALYZER_API AclGrantee(Aws::Utils::Json::JsonView jsonValue)
AclGrantee & WithUri(UriT &&value)
AclGrantee & WithId(IdT &&value)
bool UriHasBeenSet() const
AWS_ACCESSANALYZER_API AclGrantee & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue