7#include <aws/dlm/DLM_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
45 template<
typename MessageT = Aws::String>
46 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
47 template<
typename MessageT = Aws::String>
55 template<
typename CodeT = Aws::String>
56 void SetCode(CodeT&& value) { m_codeHasBeenSet =
true; m_code = std::forward<CodeT>(value); }
57 template<
typename CodeT = Aws::String>
67 template<
typename ResourceTypeT = Aws::String>
68 void SetResourceType(ResourceTypeT&& value) { m_resourceTypeHasBeenSet =
true; m_resourceType = std::forward<ResourceTypeT>(value); }
69 template<
typename ResourceTypeT = Aws::String>
79 template<
typename ResourceIdsT = Aws::Vector<Aws::String>>
80 void SetResourceIds(ResourceIdsT&& value) { m_resourceIdsHasBeenSet =
true; m_resourceIds = std::forward<ResourceIdsT>(value); }
81 template<
typename ResourceIdsT = Aws::Vector<Aws::String>>
83 template<
typename ResourceIdsT = Aws::String>
89 bool m_messageHasBeenSet =
false;
92 bool m_codeHasBeenSet =
false;
95 bool m_resourceTypeHasBeenSet =
false;
98 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