7#include <aws/elasticfilesystem/EFS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename ErrorCodeT = Aws::String>
48 void SetErrorCode(ErrorCodeT&& value) { m_errorCodeHasBeenSet =
true; m_errorCode = std::forward<ErrorCodeT>(value); }
49 template<
typename ErrorCodeT = Aws::String>
57 template<
typename MessageT = Aws::String>
58 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
59 template<
typename MessageT = Aws::String>
65 bool m_errorCodeHasBeenSet =
false;
68 bool m_messageHasBeenSet =
false;
void SetErrorCode(ErrorCodeT &&value)
AWS_EFS_API ReplicationNotFound(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(MessageT &&value)
const Aws::String & GetMessage() const
ReplicationNotFound & WithErrorCode(ErrorCodeT &&value)
AWS_EFS_API ReplicationNotFound & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_EFS_API ReplicationNotFound()=default
AWS_EFS_API Aws::Utils::Json::JsonValue Jsonize() const
bool ErrorCodeHasBeenSet() const
ReplicationNotFound & WithMessage(MessageT &&value)
const Aws::String & GetErrorCode() const
bool MessageHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue