7#include <aws/connectcases/ConnectCasesRequest.h>
8#include <aws/connectcases/ConnectCases_EXPORTS.h>
9#include <aws/connectcases/model/FieldOption.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.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 FieldIdT = Aws::String>
59 m_fieldIdHasBeenSet =
true;
60 m_fieldId = std::forward<FieldIdT>(value);
62 template <
typename FieldIdT = Aws::String>
75 template <
typename OptionsT = Aws::Vector<FieldOption>>
77 m_optionsHasBeenSet =
true;
78 m_options = std::forward<OptionsT>(value);
80 template <
typename OptionsT = Aws::Vector<FieldOption>>
85 template <
typename OptionsT = FieldOption>
87 m_optionsHasBeenSet =
true;
88 m_options.emplace_back(std::forward<OptionsT>(value));
98 bool m_domainIdHasBeenSet =
false;
99 bool m_fieldIdHasBeenSet =
false;
100 bool m_optionsHasBeenSet =
false;
const Aws::String & GetFieldId() const
AWS_CONNECTCASES_API BatchPutFieldOptionsRequest()=default
BatchPutFieldOptionsRequest & WithFieldId(FieldIdT &&value)
const Aws::String & GetDomainId() const
bool DomainIdHasBeenSet() const
AWS_CONNECTCASES_API Aws::String SerializePayload() const override
BatchPutFieldOptionsRequest & WithOptions(OptionsT &&value)
bool OptionsHasBeenSet() const
BatchPutFieldOptionsRequest & AddOptions(OptionsT &&value)
void SetFieldId(FieldIdT &&value)
void SetDomainId(DomainIdT &&value)
const Aws::Vector< FieldOption > & GetOptions() const
virtual const char * GetServiceRequestName() const override
void SetOptions(OptionsT &&value)
bool FieldIdHasBeenSet() const
BatchPutFieldOptionsRequest & WithDomainId(DomainIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector