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