7#include <aws/glacier/Glacier_EXPORTS.h>
8#include <aws/glacier/model/Type.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 inline void SetType(
Type value) { m_typeHasBeenSet =
true; m_type = value; }
57 template<
typename DisplayNameT = Aws::String>
58 void SetDisplayName(DisplayNameT&& value) { m_displayNameHasBeenSet =
true; m_displayName = std::forward<DisplayNameT>(value); }
59 template<
typename DisplayNameT = Aws::String>
69 template<
typename URIT = Aws::String>
70 void SetURI(URIT&& value) { m_uRIHasBeenSet =
true; m_uRI = std::forward<URIT>(value); }
71 template<
typename URIT = Aws::String>
81 template<
typename IDT = Aws::String>
82 void SetID(IDT&& value) { m_iDHasBeenSet =
true; m_iD = std::forward<IDT>(value); }
83 template<
typename IDT = Aws::String>
93 template<
typename EmailAddressT = Aws::String>
94 void SetEmailAddress(EmailAddressT&& value) { m_emailAddressHasBeenSet =
true; m_emailAddress = std::forward<EmailAddressT>(value); }
95 template<
typename EmailAddressT = Aws::String>
101 bool m_typeHasBeenSet =
false;
104 bool m_displayNameHasBeenSet =
false;
107 bool m_uRIHasBeenSet =
false;
110 bool m_iDHasBeenSet =
false;
113 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