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/core/utils/memory/stl/AWSVector.h>
11#include <aws/connectcases/model/FieldOption.h>
43 template<
typename DomainIdT = Aws::String>
44 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
45 template<
typename DomainIdT = Aws::String>
55 template<
typename FieldIdT = Aws::String>
56 void SetFieldId(FieldIdT&& value) { m_fieldIdHasBeenSet =
true; m_fieldId = std::forward<FieldIdT>(value); }
57 template<
typename FieldIdT = Aws::String>
67 template<
typename OptionsT = Aws::Vector<FieldOption>>
68 void SetOptions(OptionsT&& value) { m_optionsHasBeenSet =
true; m_options = std::forward<OptionsT>(value); }
69 template<
typename OptionsT = Aws::Vector<FieldOption>>
71 template<
typename OptionsT = FieldOption>
77 bool m_domainIdHasBeenSet =
false;
80 bool m_fieldIdHasBeenSet =
false;
83 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