7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/shield/Shield_EXPORTS.h>
40 template <
typename MessageT = Aws::String>
42 m_messageHasBeenSet =
true;
43 m_message = std::forward<MessageT>(value);
45 template <
typename MessageT = Aws::String>
58 template <
typename ResourceTypeT = Aws::String>
60 m_resourceTypeHasBeenSet =
true;
61 m_resourceType = std::forward<ResourceTypeT>(value);
63 template <
typename ResourceTypeT = Aws::String>
73 bool m_messageHasBeenSet =
false;
74 bool m_resourceTypeHasBeenSet =
false;
bool ResourceTypeHasBeenSet() const
AWS_SHIELD_API ResourceAlreadyExistsException(Aws::Utils::Json::JsonView jsonValue)
AWS_SHIELD_API ResourceAlreadyExistsException()=default
ResourceAlreadyExistsException & WithResourceType(ResourceTypeT &&value)
AWS_SHIELD_API ResourceAlreadyExistsException & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetResourceType(ResourceTypeT &&value)
const Aws::String & GetMessage() const
AWS_SHIELD_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetResourceType() const
void SetMessage(MessageT &&value)
bool MessageHasBeenSet() const
ResourceAlreadyExistsException & WithMessage(MessageT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue