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>
44 template<
typename ResourceIdT = Aws::String>
45 void SetResourceId(ResourceIdT&& value) { m_resourceIdHasBeenSet =
true; m_resourceId = std::forward<ResourceIdT>(value); }
46 template<
typename ResourceIdT = Aws::String>
56 template<
typename LabelsT = Aws::Vector<Aws::String>>
57 void SetLabels(LabelsT&& value) { m_labelsHasBeenSet =
true; m_labels = std::forward<LabelsT>(value); }
58 template<
typename LabelsT = Aws::Vector<Aws::String>>
60 template<
typename LabelsT = Aws::String>
71 template<
typename AuthenticationTokenT = Aws::String>
72 void SetAuthenticationToken(AuthenticationTokenT&& value) { m_authenticationTokenHasBeenSet =
true; m_authenticationToken = std::forward<AuthenticationTokenT>(value); }
73 template<
typename AuthenticationTokenT = Aws::String>
79 bool m_resourceIdHasBeenSet =
false;
82 bool m_labelsHasBeenSet =
false;
85 bool m_authenticationTokenHasBeenSet =
false;
const Aws::String & GetAuthenticationToken() const
virtual const char * GetServiceRequestName() const override
CreateLabelsRequest & WithLabels(LabelsT &&value)
AWS_WORKDOCS_API Aws::String SerializePayload() const override
bool LabelsHasBeenSet() const
AWS_WORKDOCS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
CreateLabelsRequest & WithAuthenticationToken(AuthenticationTokenT &&value)
bool AuthenticationTokenHasBeenSet() const
void SetAuthenticationToken(AuthenticationTokenT &&value)
const Aws::String & GetResourceId() const
CreateLabelsRequest & WithResourceId(ResourceIdT &&value)
CreateLabelsRequest & AddLabels(LabelsT &&value)
AWS_WORKDOCS_API CreateLabelsRequest()=default
void SetLabels(LabelsT &&value)
void SetResourceId(ResourceIdT &&value)
const Aws::Vector< Aws::String > & GetLabels() const
bool ResourceIdHasBeenSet() const
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