7#include <aws/workdocs/WorkDocs_EXPORTS.h>
8#include <aws/workdocs/WorkDocsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
50 template<
typename ResourceIdT = Aws::String>
51 void SetResourceId(ResourceIdT&& value) { m_resourceIdHasBeenSet =
true; m_resourceId = std::forward<ResourceIdT>(value); }
52 template<
typename ResourceIdT = Aws::String>
63 template<
typename AuthenticationTokenT = Aws::String>
64 void SetAuthenticationToken(AuthenticationTokenT&& value) { m_authenticationTokenHasBeenSet =
true; m_authenticationToken = std::forward<AuthenticationTokenT>(value); }
65 template<
typename AuthenticationTokenT = Aws::String>
75 template<
typename LabelsT = Aws::Vector<Aws::String>>
76 void SetLabels(LabelsT&& value) { m_labelsHasBeenSet =
true; m_labels = std::forward<LabelsT>(value); }
77 template<
typename LabelsT = Aws::Vector<Aws::String>>
79 template<
typename LabelsT = Aws::String>
89 inline void SetDeleteAll(
bool value) { m_deleteAllHasBeenSet =
true; m_deleteAll = value; }
95 bool m_resourceIdHasBeenSet =
false;
98 bool m_authenticationTokenHasBeenSet =
false;
101 bool m_labelsHasBeenSet =
false;
103 bool m_deleteAll{
false};
104 bool m_deleteAllHasBeenSet =
false;
bool GetDeleteAll() const
DeleteLabelsRequest & WithAuthenticationToken(AuthenticationTokenT &&value)
AWS_WORKDOCS_API Aws::String SerializePayload() const override
void SetDeleteAll(bool value)
virtual const char * GetServiceRequestName() const override
bool AuthenticationTokenHasBeenSet() const
const Aws::Vector< Aws::String > & GetLabels() const
bool DeleteAllHasBeenSet() const
void SetResourceId(ResourceIdT &&value)
DeleteLabelsRequest & WithResourceId(ResourceIdT &&value)
AWS_WORKDOCS_API DeleteLabelsRequest()=default
bool LabelsHasBeenSet() const
void SetLabels(LabelsT &&value)
const Aws::String & GetResourceId() const
bool ResourceIdHasBeenSet() const
DeleteLabelsRequest & WithLabels(LabelsT &&value)
const Aws::String & GetAuthenticationToken() const
void SetAuthenticationToken(AuthenticationTokenT &&value)
AWS_WORKDOCS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
DeleteLabelsRequest & AddLabels(LabelsT &&value)
DeleteLabelsRequest & WithDeleteAll(bool value)
AWS_WORKDOCS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector