7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/CleanRoomsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename CollaborationIdentifierT = Aws::String>
42 void SetCollaborationIdentifier(CollaborationIdentifierT&& value) { m_collaborationIdentifierHasBeenSet =
true; m_collaborationIdentifier = std::forward<CollaborationIdentifierT>(value); }
43 template<
typename CollaborationIdentifierT = Aws::String>
49 bool m_collaborationIdentifierHasBeenSet =
false;
AWS_CLEANROOMS_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
DeleteCollaborationRequest & WithCollaborationIdentifier(CollaborationIdentifierT &&value)
AWS_CLEANROOMS_API DeleteCollaborationRequest()=default
bool CollaborationIdentifierHasBeenSet() const
const Aws::String & GetCollaborationIdentifier() const
void SetCollaborationIdentifier(CollaborationIdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String