7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securitylake/SecurityLake_EXPORTS.h>
19namespace SecurityLake {
38 template <
typename MessageT = Aws::String>
40 m_messageHasBeenSet =
true;
41 m_message = std::forward<MessageT>(value);
43 template <
typename MessageT = Aws::String>
56 template <
typename ResourceNameT = Aws::String>
58 m_resourceNameHasBeenSet =
true;
59 m_resourceName = std::forward<ResourceNameT>(value);
61 template <
typename ResourceNameT = Aws::String>
74 template <
typename ResourceTypeT = Aws::String>
76 m_resourceTypeHasBeenSet =
true;
77 m_resourceType = std::forward<ResourceTypeT>(value);
79 template <
typename ResourceTypeT = Aws::String>
91 bool m_messageHasBeenSet =
false;
92 bool m_resourceNameHasBeenSet =
false;
93 bool m_resourceTypeHasBeenSet =
false;
AWS_SECURITYLAKE_API ResourceNotFoundException(Aws::Utils::Json::JsonView jsonValue)
ResourceNotFoundException & WithResourceType(ResourceTypeT &&value)
ResourceNotFoundException & WithResourceName(ResourceNameT &&value)
bool ResourceNameHasBeenSet() const
void SetResourceName(ResourceNameT &&value)
const Aws::String & GetResourceType() const
ResourceNotFoundException & WithMessage(MessageT &&value)
AWS_SECURITYLAKE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SECURITYLAKE_API ResourceNotFoundException()=default
void SetResourceType(ResourceTypeT &&value)
bool ResourceTypeHasBeenSet() const
void SetMessage(MessageT &&value)
const Aws::String & GetResourceName() const
const Aws::String & GetMessage() const
AWS_SECURITYLAKE_API ResourceNotFoundException & operator=(Aws::Utils::Json::JsonView jsonValue)
bool MessageHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue