7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/detective/DetectiveRequest.h>
10#include <aws/detective/Detective_EXPORTS.h>
38 template <
typename GraphArnsT = Aws::Vector<Aws::String>>
40 m_graphArnsHasBeenSet =
true;
41 m_graphArns = std::forward<GraphArnsT>(value);
43 template <
typename GraphArnsT = Aws::Vector<Aws::String>>
48 template <
typename GraphArnsT = Aws::String>
50 m_graphArnsHasBeenSet =
true;
51 m_graphArns.emplace_back(std::forward<GraphArnsT>(value));
57 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