7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/CleanRoomsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template<
typename CollaborationIdentifierT = Aws::String>
43 void SetCollaborationIdentifier(CollaborationIdentifierT&& value) { m_collaborationIdentifierHasBeenSet =
true; m_collaborationIdentifier = std::forward<CollaborationIdentifierT>(value); }
44 template<
typename CollaborationIdentifierT = Aws::String>
54 template<
typename NameT = Aws::String>
55 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
56 template<
typename NameT = Aws::String>
62 bool m_collaborationIdentifierHasBeenSet =
false;
65 bool m_nameHasBeenSet =
false;
bool CollaborationIdentifierHasBeenSet() const
AWS_CLEANROOMS_API GetSchemaRequest()=default
const Aws::String & GetCollaborationIdentifier() const
const Aws::String & GetName() const
virtual const char * GetServiceRequestName() const override
bool NameHasBeenSet() const
AWS_CLEANROOMS_API Aws::String SerializePayload() const override
void SetName(NameT &&value)
GetSchemaRequest & WithName(NameT &&value)
GetSchemaRequest & WithCollaborationIdentifier(CollaborationIdentifierT &&value)
void SetCollaborationIdentifier(CollaborationIdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String