7#include <aws/ce/CostExplorer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace CostExplorer {
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 ResourceNameT = Aws::String>
57 m_resourceNameHasBeenSet =
true;
58 m_resourceName = std::forward<ResourceNameT>(value);
60 template <
typename ResourceNameT = Aws::String>
70 bool m_messageHasBeenSet =
false;
71 bool m_resourceNameHasBeenSet =
false;
bool ResourceNameHasBeenSet() const
AWS_COSTEXPLORER_API ResourceNotFoundException & operator=(Aws::Utils::Json::JsonView jsonValue)
bool MessageHasBeenSet() const
void SetResourceName(ResourceNameT &&value)
ResourceNotFoundException & WithResourceName(ResourceNameT &&value)
AWS_COSTEXPLORER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_COSTEXPLORER_API ResourceNotFoundException()=default
const Aws::String & GetResourceName() const
void SetMessage(MessageT &&value)
AWS_COSTEXPLORER_API ResourceNotFoundException(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetMessage() const
ResourceNotFoundException & WithMessage(MessageT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue