7#include <aws/storagegateway/StorageGateway_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace StorageGateway
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>
55 bool m_errorCodeHasBeenSet =
false;
AWS_STORAGEGATEWAY_API Aws::Utils::Json::JsonValue Jsonize() const
FileSystemAssociationStatusDetail & WithErrorCode(ErrorCodeT &&value)
AWS_STORAGEGATEWAY_API FileSystemAssociationStatusDetail()=default
void SetErrorCode(ErrorCodeT &&value)
AWS_STORAGEGATEWAY_API FileSystemAssociationStatusDetail & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetErrorCode() const
AWS_STORAGEGATEWAY_API FileSystemAssociationStatusDetail(Aws::Utils::Json::JsonView jsonValue)
bool ErrorCodeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue