7#include <aws/connectcases/ConnectCases_EXPORTS.h>
8#include <aws/connectcases/ConnectCasesRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/connectcases/model/FieldType.h>
42 template<
typename DescriptionT = Aws::String>
43 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
44 template<
typename DescriptionT = Aws::String>
54 template<
typename DomainIdT = Aws::String>
55 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
56 template<
typename DomainIdT = Aws::String>
66 template<
typename NameT = Aws::String>
67 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
68 template<
typename NameT = Aws::String>
85 bool m_descriptionHasBeenSet =
false;
88 bool m_domainIdHasBeenSet =
false;
91 bool m_nameHasBeenSet =
false;
94 bool m_typeHasBeenSet =
false;
CreateFieldRequest & WithName(NameT &&value)
const Aws::String & GetDomainId() const
AWS_CONNECTCASES_API Aws::String SerializePayload() const override
const Aws::String & GetName() const
bool TypeHasBeenSet() const
CreateFieldRequest & WithDescription(DescriptionT &&value)
void SetName(NameT &&value)
void SetType(FieldType value)
AWS_CONNECTCASES_API CreateFieldRequest()=default
bool DescriptionHasBeenSet() const
void SetDomainId(DomainIdT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
FieldType GetType() const
bool DomainIdHasBeenSet() const
bool NameHasBeenSet() const
CreateFieldRequest & WithDomainId(DomainIdT &&value)
CreateFieldRequest & WithType(FieldType value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String