7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/CleanRoomsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
43 template<
typename CollaborationIdentifierT = Aws::String>
44 void SetCollaborationIdentifier(CollaborationIdentifierT&& value) { m_collaborationIdentifierHasBeenSet =
true; m_collaborationIdentifier = std::forward<CollaborationIdentifierT>(value); }
45 template<
typename CollaborationIdentifierT = Aws::String>
55 template<
typename NamesT = Aws::Vector<Aws::String>>
56 void SetNames(NamesT&& value) { m_namesHasBeenSet =
true; m_names = std::forward<NamesT>(value); }
57 template<
typename NamesT = Aws::Vector<Aws::String>>
59 template<
typename NamesT = Aws::String>
65 bool m_collaborationIdentifierHasBeenSet =
false;
68 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