7#include <aws/connectcases/ConnectCasesRequest.h>
8#include <aws/connectcases/ConnectCases_EXPORTS.h>
9#include <aws/connectcases/model/FieldAttributes.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15namespace ConnectCases {
38 template <
typename DomainIdT = Aws::String>
40 m_domainIdHasBeenSet =
true;
41 m_domainId = std::forward<DomainIdT>(value);
43 template <
typename DomainIdT = Aws::String>
56 template <
typename FieldIdT = Aws::String>
58 m_fieldIdHasBeenSet =
true;
59 m_fieldId = std::forward<FieldIdT>(value);
61 template <
typename FieldIdT = Aws::String>
74 template <
typename NameT = Aws::String>
76 m_nameHasBeenSet =
true;
77 m_name = std::forward<NameT>(value);
79 template <
typename NameT = Aws::String>
81 SetName(std::forward<NameT>(value));
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>
131 bool m_domainIdHasBeenSet =
false;
132 bool m_fieldIdHasBeenSet =
false;
133 bool m_nameHasBeenSet =
false;
134 bool m_descriptionHasBeenSet =
false;
135 bool m_attributesHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
AWS_CONNECTCASES_API Aws::String SerializePayload() const override
UpdateFieldRequest & WithAttributes(AttributesT &&value)
void SetDomainId(DomainIdT &&value)
void SetFieldId(FieldIdT &&value)
AWS_CONNECTCASES_API UpdateFieldRequest()=default
const Aws::String & GetName() const
void SetName(NameT &&value)
bool DomainIdHasBeenSet() const
bool AttributesHasBeenSet() const
const FieldAttributes & GetAttributes() const
const Aws::String & GetDescription() const
void SetAttributes(AttributesT &&value)
void SetDescription(DescriptionT &&value)
bool DescriptionHasBeenSet() const
UpdateFieldRequest & WithName(NameT &&value)
bool FieldIdHasBeenSet() const
UpdateFieldRequest & WithDomainId(DomainIdT &&value)
UpdateFieldRequest & WithFieldId(FieldIdT &&value)
UpdateFieldRequest & WithDescription(DescriptionT &&value)
bool NameHasBeenSet() const
const Aws::String & GetDomainId() const
const Aws::String & GetFieldId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String