7#include <aws/rbin/RecycleBin_EXPORTS.h>
8#include <aws/rbin/RecycleBinRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/rbin/model/LockConfiguration.h>
42 template<
typename IdentifierT = Aws::String>
43 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
44 template<
typename IdentifierT = Aws::String>
54 template<
typename LockConfigurationT = LockConfiguration>
55 void SetLockConfiguration(LockConfigurationT&& value) { m_lockConfigurationHasBeenSet =
true; m_lockConfiguration = std::forward<LockConfigurationT>(value); }
56 template<
typename LockConfigurationT = LockConfiguration>
62 bool m_identifierHasBeenSet =
false;
65 bool m_lockConfigurationHasBeenSet =
false;
void SetLockConfiguration(LockConfigurationT &&value)
void SetIdentifier(IdentifierT &&value)
LockRuleRequest & WithIdentifier(IdentifierT &&value)
AWS_RECYCLEBIN_API Aws::String SerializePayload() const override
AWS_RECYCLEBIN_API LockRuleRequest()=default
virtual const char * GetServiceRequestName() const override
bool IdentifierHasBeenSet() const
const LockConfiguration & GetLockConfiguration() const
LockRuleRequest & WithLockConfiguration(LockConfigurationT &&value)
bool LockConfigurationHasBeenSet() const
const Aws::String & GetIdentifier() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String