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