7#include <aws/connectcases/ConnectCasesRequest.h>
8#include <aws/connectcases/ConnectCases_EXPORTS.h>
9#include <aws/connectcases/model/FieldAttributes.h>
10#include <aws/connectcases/model/FieldType.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
16namespace ConnectCases {
39 template <
typename DomainIdT = Aws::String>
41 m_domainIdHasBeenSet =
true;
42 m_domainId = std::forward<DomainIdT>(value);
44 template <
typename DomainIdT = Aws::String>
57 template <
typename NameT = Aws::String>
59 m_nameHasBeenSet =
true;
60 m_name = std::forward<NameT>(value);
62 template <
typename NameT = Aws::String>
64 SetName(std::forward<NameT>(value));
77 m_typeHasBeenSet =
true;
92 template <
typename DescriptionT = Aws::String>
94 m_descriptionHasBeenSet =
true;
95 m_description = std::forward<DescriptionT>(value);
97 template <
typename DescriptionT = Aws::String>
110 template <
typename AttributesT = FieldAttributes>
112 m_attributesHasBeenSet =
true;
113 m_attributes = std::forward<AttributesT>(value);
115 template <
typename AttributesT = FieldAttributes>
130 FieldAttributes m_attributes;
131 bool m_domainIdHasBeenSet =
false;
132 bool m_nameHasBeenSet =
false;
133 bool m_typeHasBeenSet =
false;
134 bool m_descriptionHasBeenSet =
false;
135 bool m_attributesHasBeenSet =
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)
bool AttributesHasBeenSet() const
CreateFieldRequest & WithAttributes(AttributesT &&value)
AWS_CONNECTCASES_API CreateFieldRequest()=default
void SetAttributes(AttributesT &&value)
bool DescriptionHasBeenSet() const
void SetDomainId(DomainIdT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
FieldType GetType() const
bool DomainIdHasBeenSet() const
const FieldAttributes & GetAttributes() 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