7#include <aws/cleanrooms/CleanRoomsRequest.h>
8#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
39 template <
typename CollaborationIdentifierT = Aws::String>
41 m_collaborationIdentifierHasBeenSet =
true;
42 m_collaborationIdentifier = std::forward<CollaborationIdentifierT>(value);
44 template <
typename CollaborationIdentifierT = Aws::String>
57 template <
typename NamesT = Aws::Vector<Aws::String>>
59 m_namesHasBeenSet =
true;
60 m_names = std::forward<NamesT>(value);
62 template <
typename NamesT = Aws::Vector<Aws::String>>
64 SetNames(std::forward<NamesT>(value));
67 template <
typename NamesT = Aws::String>
69 m_namesHasBeenSet =
true;
70 m_names.emplace_back(std::forward<NamesT>(value));
78 bool m_collaborationIdentifierHasBeenSet =
false;
79 bool m_namesHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
bool NamesHasBeenSet() const
BatchGetSchemaRequest & WithCollaborationIdentifier(CollaborationIdentifierT &&value)
bool CollaborationIdentifierHasBeenSet() const
const Aws::Vector< Aws::String > & GetNames() const
void SetCollaborationIdentifier(CollaborationIdentifierT &&value)
void SetNames(NamesT &&value)
BatchGetSchemaRequest & WithNames(NamesT &&value)
const Aws::String & GetCollaborationIdentifier() const
AWS_CLEANROOMS_API Aws::String SerializePayload() const override
AWS_CLEANROOMS_API BatchGetSchemaRequest()=default
BatchGetSchemaRequest & AddNames(NamesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector