7#include <aws/connectcases/ConnectCasesRequest.h>
8#include <aws/connectcases/ConnectCases_EXPORTS.h>
9#include <aws/connectcases/model/FieldIdentifier.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 FieldsT = Aws::Vector<FieldIdentifier>>
59 m_fieldsHasBeenSet =
true;
60 m_fields = std::forward<FieldsT>(value);
62 template <
typename FieldsT = Aws::Vector<FieldIdentifier>>
67 template <
typename FieldsT = FieldIdentifier>
69 m_fieldsHasBeenSet =
true;
70 m_fields.emplace_back(std::forward<FieldsT>(value));
78 bool m_domainIdHasBeenSet =
false;
79 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