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>
45 inline void SetCollaborationIdentifier(
const char* value) { m_collaborationIdentifierHasBeenSet =
true; m_collaborationIdentifier.assign(value); }
68 bool m_collaborationIdentifierHasBeenSet =
false;
71 bool m_namesHasBeenSet =
false;
void SetCollaborationIdentifier(Aws::String &&value)
void SetCollaborationIdentifier(const char *value)
virtual const char * GetServiceRequestName() const override
BatchGetSchemaRequest & WithNames(const Aws::Vector< Aws::String > &value)
BatchGetSchemaRequest & WithNames(Aws::Vector< Aws::String > &&value)
BatchGetSchemaRequest & AddNames(Aws::String &&value)
BatchGetSchemaRequest & AddNames(const char *value)
BatchGetSchemaRequest & WithCollaborationIdentifier(const Aws::String &value)
bool NamesHasBeenSet() const
bool CollaborationIdentifierHasBeenSet() const
const Aws::Vector< Aws::String > & GetNames() const
BatchGetSchemaRequest & AddNames(const Aws::String &value)
void SetNames(const Aws::Vector< Aws::String > &value)
BatchGetSchemaRequest & WithCollaborationIdentifier(Aws::String &&value)
AWS_CLEANROOMS_API BatchGetSchemaRequest()
void SetNames(Aws::Vector< Aws::String > &&value)
BatchGetSchemaRequest & WithCollaborationIdentifier(const char *value)
const Aws::String & GetCollaborationIdentifier() const
AWS_CLEANROOMS_API Aws::String SerializePayload() const override
void SetCollaborationIdentifier(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector