7#include <aws/connectparticipant/ConnectParticipant_EXPORTS.h>
8#include <aws/connectparticipant/model/ResourceType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
20namespace ConnectParticipant {
39 template <
typename MessageT = Aws::String>
41 m_messageHasBeenSet =
true;
42 m_message = std::forward<MessageT>(value);
44 template <
typename MessageT = Aws::String>
57 template <
typename ResourceIdT = Aws::String>
59 m_resourceIdHasBeenSet =
true;
60 m_resourceId = std::forward<ResourceIdT>(value);
62 template <
typename ResourceIdT = Aws::String>
76 m_resourceTypeHasBeenSet =
true;
77 m_resourceType = value;
90 bool m_messageHasBeenSet =
false;
91 bool m_resourceIdHasBeenSet =
false;
92 bool m_resourceTypeHasBeenSet =
false;
ResourceNotFoundException & WithResourceId(ResourceIdT &&value)
const Aws::String & GetResourceId() const
void SetResourceType(ResourceType value)
bool ResourceTypeHasBeenSet() const
void SetMessage(MessageT &&value)
ResourceNotFoundException & WithMessage(MessageT &&value)
ResourceNotFoundException & WithResourceType(ResourceType value)
AWS_CONNECTPARTICIPANT_API ResourceNotFoundException()=default
ResourceType GetResourceType() const
bool ResourceIdHasBeenSet() const
AWS_CONNECTPARTICIPANT_API ResourceNotFoundException(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECTPARTICIPANT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetResourceId(ResourceIdT &&value)
AWS_CONNECTPARTICIPANT_API ResourceNotFoundException & operator=(Aws::Utils::Json::JsonView jsonValue)
bool MessageHasBeenSet() const
const Aws::String & GetMessage() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue