7#include <aws/macie2/Macie2_EXPORTS.h>
8#include <aws/macie2/Macie2Request.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
54 bool m_idsHasBeenSet =
false;
BatchGetCustomDataIdentifiersRequest & AddIds(const Aws::String &value)
AWS_MACIE2_API Aws::String SerializePayload() const override
BatchGetCustomDataIdentifiersRequest & AddIds(const char *value)
BatchGetCustomDataIdentifiersRequest & WithIds(const Aws::Vector< Aws::String > &value)
BatchGetCustomDataIdentifiersRequest & AddIds(Aws::String &&value)
AWS_MACIE2_API BatchGetCustomDataIdentifiersRequest()
void SetIds(Aws::Vector< Aws::String > &&value)
const Aws::Vector< Aws::String > & GetIds() const
void SetIds(const Aws::Vector< Aws::String > &value)
virtual const char * GetServiceRequestName() const override
bool IdsHasBeenSet() const
BatchGetCustomDataIdentifiersRequest & WithIds(Aws::Vector< Aws::String > &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector