7#include <aws/accessanalyzer/AccessAnalyzer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace AccessAnalyzer
50 template<
typename IdT = Aws::String>
51 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
52 template<
typename IdT = Aws::String>
62 template<
typename UriT = Aws::String>
63 void SetUri(UriT&& value) { m_uriHasBeenSet =
true; m_uri = std::forward<UriT>(value); }
64 template<
typename UriT = Aws::String>
70 bool m_idHasBeenSet =
false;
73 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