7#include <aws/detective/Detective_EXPORTS.h>
8#include <aws/detective/DetectiveRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
42 template<
typename GraphArnsT = Aws::Vector<Aws::String>>
43 void SetGraphArns(GraphArnsT&& value) { m_graphArnsHasBeenSet =
true; m_graphArns = std::forward<GraphArnsT>(value); }
44 template<
typename GraphArnsT = Aws::Vector<Aws::String>>
46 template<
typename GraphArnsT = Aws::String>
52 bool m_graphArnsHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
BatchGetMembershipDatasourcesRequest & WithGraphArns(GraphArnsT &&value)
AWS_DETECTIVE_API BatchGetMembershipDatasourcesRequest()=default
BatchGetMembershipDatasourcesRequest & AddGraphArns(GraphArnsT &&value)
const Aws::Vector< Aws::String > & GetGraphArns() const
bool GraphArnsHasBeenSet() const
AWS_DETECTIVE_API Aws::String SerializePayload() const override
void SetGraphArns(GraphArnsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector