7#include <aws/elasticfilesystem/EFS_EXPORTS.h>
8#include <aws/elasticfilesystem/model/ReplicationOverwriteProtection.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
70 inline void SetRequestId(
const char* value) { m_requestIdHasBeenSet =
true; m_requestId.assign(value); }
78 bool m_replicationOverwriteProtectionHasBeenSet =
false;
81 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
const ReplicationOverwriteProtection & GetReplicationOverwriteProtection() const
AWS_EFS_API FileSystemProtectionDescription(Aws::Utils::Json::JsonView jsonValue)
bool ReplicationOverwriteProtectionHasBeenSet() const
FileSystemProtectionDescription & WithRequestId(const char *value)
FileSystemProtectionDescription & WithRequestId(Aws::String &&value)
void SetReplicationOverwriteProtection(ReplicationOverwriteProtection &&value)
FileSystemProtectionDescription & WithReplicationOverwriteProtection(const ReplicationOverwriteProtection &value)
bool RequestIdHasBeenSet() const
AWS_EFS_API FileSystemProtectionDescription()
AWS_EFS_API FileSystemProtectionDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetRequestId(Aws::String &&value)
AWS_EFS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetReplicationOverwriteProtection(const ReplicationOverwriteProtection &value)
void SetRequestId(const Aws::String &value)
void SetRequestId(const char *value)
FileSystemProtectionDescription & WithRequestId(const Aws::String &value)
FileSystemProtectionDescription & WithReplicationOverwriteProtection(ReplicationOverwriteProtection &&value)
ReplicationOverwriteProtection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue