7#include <aws/glacier/Glacier_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename PolicyT = Aws::String>
47 void SetPolicy(PolicyT&& value) { m_policyHasBeenSet =
true; m_policy = std::forward<PolicyT>(value); }
48 template<
typename PolicyT = Aws::String>
54 bool m_policyHasBeenSet =
false;
void SetPolicy(PolicyT &&value)
AWS_GLACIER_API VaultAccessPolicy(Aws::Utils::Json::JsonView jsonValue)
AWS_GLACIER_API VaultAccessPolicy()=default
const Aws::String & GetPolicy() const
bool PolicyHasBeenSet() const
AWS_GLACIER_API Aws::Utils::Json::JsonValue Jsonize() const
VaultAccessPolicy & WithPolicy(PolicyT &&value)
AWS_GLACIER_API VaultAccessPolicy & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue