7#include <aws/guardduty/GuardDuty_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename MessageT = Aws::String>
47 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
48 template<
typename MessageT = Aws::String>
58 template<
typename TypeT = Aws::String>
59 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
60 template<
typename TypeT = Aws::String>
66 bool m_messageHasBeenSet =
false;
69 bool m_typeHasBeenSet =
false;
bool MessageHasBeenSet() const
void SetMessage(MessageT &&value)
AWS_GUARDDUTY_API ResourceNotFoundException()=default
ResourceNotFoundException & WithType(TypeT &&value)
AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() const
void SetType(TypeT &&value)
ResourceNotFoundException & WithMessage(MessageT &&value)
const Aws::String & GetType() const
bool TypeHasBeenSet() const
AWS_GUARDDUTY_API ResourceNotFoundException & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GUARDDUTY_API ResourceNotFoundException(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetMessage() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue