7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/dlm/DLM_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>
55 template <
typename CodeT = Aws::String>
57 m_codeHasBeenSet =
true;
58 m_code = std::forward<CodeT>(value);
60 template <
typename CodeT = Aws::String>
62 SetCode(std::forward<CodeT>(value));
73 template <
typename ResourceTypeT = Aws::String>
75 m_resourceTypeHasBeenSet =
true;
76 m_resourceType = std::forward<ResourceTypeT>(value);
78 template <
typename ResourceTypeT = Aws::String>
91 template <
typename ResourceIdsT = Aws::Vector<Aws::String>>
93 m_resourceIdsHasBeenSet =
true;
94 m_resourceIds = std::forward<ResourceIdsT>(value);
96 template <
typename ResourceIdsT = Aws::Vector<Aws::String>>
101 template <
typename ResourceIdsT = Aws::String>
103 m_resourceIdsHasBeenSet =
true;
104 m_resourceIds.emplace_back(std::forward<ResourceIdsT>(value));
116 bool m_messageHasBeenSet =
false;
117 bool m_codeHasBeenSet =
false;
118 bool m_resourceTypeHasBeenSet =
false;
119 bool m_resourceIdsHasBeenSet =
false;
AWS_DLM_API ResourceNotFoundException & operator=(Aws::Utils::Json::JsonView jsonValue)
ResourceNotFoundException & WithResourceIds(ResourceIdsT &&value)
void SetResourceType(ResourceTypeT &&value)
AWS_DLM_API ResourceNotFoundException()=default
void SetCode(CodeT &&value)
bool MessageHasBeenSet() const
const Aws::String & GetCode() const
ResourceNotFoundException & WithMessage(MessageT &&value)
ResourceNotFoundException & WithResourceType(ResourceTypeT &&value)
const Aws::String & GetMessage() const
ResourceNotFoundException & AddResourceIds(ResourceIdsT &&value)
void SetResourceIds(ResourceIdsT &&value)
bool ResourceTypeHasBeenSet() const
const Aws::Vector< Aws::String > & GetResourceIds() const
AWS_DLM_API Aws::Utils::Json::JsonValue Jsonize() const
bool CodeHasBeenSet() const
void SetMessage(MessageT &&value)
ResourceNotFoundException & WithCode(CodeT &&value)
const Aws::String & GetResourceType() const
bool ResourceIdsHasBeenSet() const
AWS_DLM_API ResourceNotFoundException(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue