7#include <aws/cleanrooms/CleanRoomsRequest.h>
8#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
37 template <
typename CollaborationIdentifierT = Aws::String>
39 m_collaborationIdentifierHasBeenSet =
true;
40 m_collaborationIdentifier = std::forward<CollaborationIdentifierT>(value);
42 template <
typename CollaborationIdentifierT = Aws::String>
50 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