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;
AWS_GLACIER_API VaultLockPolicy()=default
AWS_GLACIER_API VaultLockPolicy(Aws::Utils::Json::JsonView jsonValue)
void SetPolicy(PolicyT &&value)
bool PolicyHasBeenSet() const
AWS_GLACIER_API Aws::Utils::Json::JsonValue Jsonize() const
VaultLockPolicy & WithPolicy(PolicyT &&value)
AWS_GLACIER_API VaultLockPolicy & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetPolicy() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue