7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/deadline/Deadline_EXPORTS.h>
39 template <
typename MessageT = Aws::String>
41 m_messageHasBeenSet =
true;
42 m_message = std::forward<MessageT>(value);
44 template <
typename MessageT = Aws::String>
57 template <
typename ResourceIdT = Aws::String>
59 m_resourceIdHasBeenSet =
true;
60 m_resourceId = std::forward<ResourceIdT>(value);
62 template <
typename ResourceIdT = Aws::String>
75 template <
typename ResourceTypeT = Aws::String>
77 m_resourceTypeHasBeenSet =
true;
78 m_resourceType = std::forward<ResourceTypeT>(value);
80 template <
typename ResourceTypeT = Aws::String>
93 template <
typename ContextT = Aws::Map<Aws::String, Aws::String>>
95 m_contextHasBeenSet =
true;
96 m_context = std::forward<ContextT>(value);
98 template <
typename ContextT = Aws::Map<Aws::String, Aws::String>>
103 template <
typename ContextKeyT = Aws::String,
typename ContextValueT = Aws::String>
105 m_contextHasBeenSet =
true;
106 m_context.emplace(std::forward<ContextKeyT>(key), std::forward<ContextValueT>(value));
118 bool m_messageHasBeenSet =
false;
119 bool m_resourceIdHasBeenSet =
false;
120 bool m_resourceTypeHasBeenSet =
false;
121 bool m_contextHasBeenSet =
false;
void SetMessage(MessageT &&value)
const Aws::String & GetResourceId() const
bool ResourceIdHasBeenSet() const
ResourceNotFoundException & WithContext(ContextT &&value)
AWS_DEADLINE_API ResourceNotFoundException & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetResourceType() const
void SetResourceId(ResourceIdT &&value)
bool MessageHasBeenSet() const
void SetResourceType(ResourceTypeT &&value)
AWS_DEADLINE_API ResourceNotFoundException(Aws::Utils::Json::JsonView jsonValue)
AWS_DEADLINE_API ResourceNotFoundException()=default
const Aws::String & GetMessage() const
const Aws::Map< Aws::String, Aws::String > & GetContext() const
ResourceNotFoundException & WithMessage(MessageT &&value)
bool ContextHasBeenSet() const
bool ResourceTypeHasBeenSet() const
ResourceNotFoundException & WithResourceId(ResourceIdT &&value)
AWS_DEADLINE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetContext(ContextT &&value)
ResourceNotFoundException & WithResourceType(ResourceTypeT &&value)
ResourceNotFoundException & AddContext(ContextKeyT &&key, ContextValueT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue