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>
43 template<
typename IdsT = Aws::Vector<Aws::String>>
44 void SetIds(IdsT&& value) { m_idsHasBeenSet =
true; m_ids = std::forward<IdsT>(value); }
45 template<
typename IdsT = Aws::Vector<Aws::String>>
47 template<
typename IdsT = Aws::String>
53 bool m_idsHasBeenSet =
false;
AWS_MACIE2_API Aws::String SerializePayload() const override
BatchGetCustomDataIdentifiersRequest & AddIds(IdsT &&value)
BatchGetCustomDataIdentifiersRequest & WithIds(IdsT &&value)
const Aws::Vector< Aws::String > & GetIds() const
virtual const char * GetServiceRequestName() const override
AWS_MACIE2_API BatchGetCustomDataIdentifiersRequest()=default
bool IdsHasBeenSet() const
void SetIds(IdsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector