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/FieldIdentifier.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 FieldsT = Aws::Vector<FieldIdentifier>>
56 void SetFields(FieldsT&& value) { m_fieldsHasBeenSet =
true; m_fields = std::forward<FieldsT>(value); }
57 template<
typename FieldsT = Aws::Vector<FieldIdentifier>>
59 template<
typename FieldsT = FieldIdentifier>
65 bool m_domainIdHasBeenSet =
false;
68 bool m_fieldsHasBeenSet =
false;
void SetFields(FieldsT &&value)
virtual const char * GetServiceRequestName() const override
bool DomainIdHasBeenSet() const
void SetDomainId(DomainIdT &&value)
AWS_CONNECTCASES_API BatchGetFieldRequest()=default
BatchGetFieldRequest & AddFields(FieldsT &&value)
const Aws::Vector< FieldIdentifier > & GetFields() const
BatchGetFieldRequest & WithFields(FieldsT &&value)
BatchGetFieldRequest & WithDomainId(DomainIdT &&value)
const Aws::String & GetDomainId() const
AWS_CONNECTCASES_API Aws::String SerializePayload() const override
bool FieldsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector