7#include <aws/workdocs/WorkDocs_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>
57 template<
typename EntityIdsT = Aws::Vector<Aws::String>>
58 void SetEntityIds(EntityIdsT&& value) { m_entityIdsHasBeenSet =
true; m_entityIds = std::forward<EntityIdsT>(value); }
59 template<
typename EntityIdsT = Aws::Vector<Aws::String>>
61 template<
typename EntityIdsT = Aws::String>
67 bool m_messageHasBeenSet =
false;
70 bool m_entityIdsHasBeenSet =
false;
bool EntityIdsHasBeenSet() const
const Aws::Vector< Aws::String > & GetEntityIds() const
AWS_WORKDOCS_API EntityNotExistsException()=default
void SetMessage(MessageT &&value)
AWS_WORKDOCS_API Aws::Utils::Json::JsonValue Jsonize() const
EntityNotExistsException & WithMessage(MessageT &&value)
AWS_WORKDOCS_API EntityNotExistsException & operator=(Aws::Utils::Json::JsonView jsonValue)
EntityNotExistsException & WithEntityIds(EntityIdsT &&value)
AWS_WORKDOCS_API EntityNotExistsException(Aws::Utils::Json::JsonView jsonValue)
bool MessageHasBeenSet() const
EntityNotExistsException & AddEntityIds(EntityIdsT &&value)
void SetEntityIds(EntityIdsT &&value)
const Aws::String & GetMessage() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue