7#include <aws/glacier/Glacier_EXPORTS.h>
8#include <aws/glacier/model/Grantee.h>
9#include <aws/glacier/model/Permission.h>
47 inline void SetGrantee(
const Grantee& value) { m_granteeHasBeenSet =
true; m_grantee = value; }
48 inline void SetGrantee(
Grantee&& value) { m_granteeHasBeenSet =
true; m_grantee = std::move(value); }
67 bool m_granteeHasBeenSet =
false;
70 bool m_permissionHasBeenSet =
false;
Grant & WithPermission(const Permission &value)
const Grantee & GetGrantee() const
bool GranteeHasBeenSet() const
Grant & WithGrantee(Grantee &&value)
AWS_GLACIER_API Grant(Aws::Utils::Json::JsonView jsonValue)
Grant & WithPermission(Permission &&value)
AWS_GLACIER_API Aws::Utils::Json::JsonValue Jsonize() const
bool PermissionHasBeenSet() const
void SetGrantee(const Grantee &value)
const Permission & GetPermission() const
void SetPermission(Permission &&value)
Grant & WithGrantee(const Grantee &value)
void SetGrantee(Grantee &&value)
AWS_GLACIER_API Grant & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetPermission(const Permission &value)
Aws::Utils::Json::JsonValue JsonValue