7#include <aws/workmail/WorkMail_EXPORTS.h>
8#include <aws/workmail/WorkMailRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/workmail/model/ResourceType.h>
45 template<
typename OrganizationIdT = Aws::String>
46 void SetOrganizationId(OrganizationIdT&& value) { m_organizationIdHasBeenSet =
true; m_organizationId = std::forward<OrganizationIdT>(value); }
47 template<
typename OrganizationIdT = Aws::String>
57 template<
typename NameT = Aws::String>
58 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
59 template<
typename NameT = Aws::String>
80 template<
typename DescriptionT = Aws::String>
81 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
82 template<
typename DescriptionT = Aws::String>
99 bool m_organizationIdHasBeenSet =
false;
102 bool m_nameHasBeenSet =
false;
105 bool m_typeHasBeenSet =
false;
108 bool m_descriptionHasBeenSet =
false;
110 bool m_hiddenFromGlobalAddressList{
false};
111 bool m_hiddenFromGlobalAddressListHasBeenSet =
false;
bool TypeHasBeenSet() const
const Aws::String & GetName() const
const Aws::String & GetDescription() const
bool DescriptionHasBeenSet() const
AWS_WORKMAIL_API CreateResourceRequest()=default
void SetOrganizationId(OrganizationIdT &&value)
bool OrganizationIdHasBeenSet() const
void SetType(ResourceType value)
void SetHiddenFromGlobalAddressList(bool value)
AWS_WORKMAIL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool GetHiddenFromGlobalAddressList() const
void SetName(NameT &&value)
virtual const char * GetServiceRequestName() const override
void SetDescription(DescriptionT &&value)
AWS_WORKMAIL_API Aws::String SerializePayload() const override
CreateResourceRequest & WithHiddenFromGlobalAddressList(bool value)
CreateResourceRequest & WithName(NameT &&value)
CreateResourceRequest & WithDescription(DescriptionT &&value)
CreateResourceRequest & WithOrganizationId(OrganizationIdT &&value)
bool NameHasBeenSet() const
ResourceType GetType() const
bool HiddenFromGlobalAddressListHasBeenSet() const
CreateResourceRequest & WithType(ResourceType value)
const Aws::String & GetOrganizationId() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String