7#include <aws/application-autoscaling/ApplicationAutoScaling_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace ApplicationAutoScaling {
38 template <
typename MessageT = Aws::String>
40 m_messageHasBeenSet =
true;
41 m_message = std::forward<MessageT>(value);
43 template <
typename MessageT = Aws::String>
57 template <
typename ResourceNameT = Aws::String>
59 m_resourceNameHasBeenSet =
true;
60 m_resourceName = std::forward<ResourceNameT>(value);
62 template <
typename ResourceNameT = Aws::String>
72 bool m_messageHasBeenSet =
false;
73 bool m_resourceNameHasBeenSet =
false;
const Aws::String & GetMessage() const
ResourceNotFoundException & WithResourceName(ResourceNameT &&value)
bool MessageHasBeenSet() const
AWS_APPLICATIONAUTOSCALING_API ResourceNotFoundException()=default
bool ResourceNameHasBeenSet() const
AWS_APPLICATIONAUTOSCALING_API ResourceNotFoundException & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_APPLICATIONAUTOSCALING_API Aws::Utils::Json::JsonValue Jsonize() const
ResourceNotFoundException & WithMessage(MessageT &&value)
AWS_APPLICATIONAUTOSCALING_API ResourceNotFoundException(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(MessageT &&value)
void SetResourceName(ResourceNameT &&value)
const Aws::String & GetResourceName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue