7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glacier/Glacier_EXPORTS.h>
9#include <aws/glacier/model/Type.h>
42 m_typeHasBeenSet =
true;
57 template <
typename DisplayNameT = Aws::String>
59 m_displayNameHasBeenSet =
true;
60 m_displayName = std::forward<DisplayNameT>(value);
62 template <
typename DisplayNameT = Aws::String>
75 template <
typename URIT = Aws::String>
77 m_uRIHasBeenSet =
true;
78 m_uRI = std::forward<URIT>(value);
80 template <
typename URIT = Aws::String>
82 SetURI(std::forward<URIT>(value));
93 template <
typename IDT = Aws::String>
95 m_iDHasBeenSet =
true;
96 m_iD = std::forward<IDT>(value);
98 template <
typename IDT = Aws::String>
100 SetID(std::forward<IDT>(value));
111 template <
typename EmailAddressT = Aws::String>
113 m_emailAddressHasBeenSet =
true;
114 m_emailAddress = std::forward<EmailAddressT>(value);
116 template <
typename EmailAddressT = Aws::String>
124 bool m_typeHasBeenSet =
false;
127 bool m_displayNameHasBeenSet =
false;
130 bool m_uRIHasBeenSet =
false;
133 bool m_iDHasBeenSet =
false;
136 bool m_emailAddressHasBeenSet =
false;
void SetEmailAddress(EmailAddressT &&value)
AWS_GLACIER_API Aws::Utils::Json::JsonValue Jsonize() const
bool TypeHasBeenSet() const
void SetDisplayName(DisplayNameT &&value)
const Aws::String & GetID() const
bool DisplayNameHasBeenSet() const
Grantee & WithURI(URIT &&value)
Grantee & WithEmailAddress(EmailAddressT &&value)
Grantee & WithID(IDT &&value)
const Aws::String & GetDisplayName() const
Grantee & WithType(Type value)
bool URIHasBeenSet() const
bool IDHasBeenSet() const
AWS_GLACIER_API Grantee(Aws::Utils::Json::JsonView jsonValue)
bool EmailAddressHasBeenSet() const
AWS_GLACIER_API Grantee()=default
const Aws::String & GetEmailAddress() const
const Aws::String & GetURI() const
AWS_GLACIER_API Grantee & operator=(Aws::Utils::Json::JsonView jsonValue)
Grantee & WithDisplayName(DisplayNameT &&value)
void SetURI(URIT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue