7#include <aws/cleanrooms/CleanRoomsRequest.h>
8#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
38 template <
typename CollaborationIdentifierT = Aws::String>
40 m_collaborationIdentifierHasBeenSet =
true;
41 m_collaborationIdentifier = std::forward<CollaborationIdentifierT>(value);
43 template <
typename CollaborationIdentifierT = Aws::String>
56 template <
typename NameT = Aws::String>
58 m_nameHasBeenSet =
true;
59 m_name = std::forward<NameT>(value);
61 template <
typename NameT = Aws::String>
63 SetName(std::forward<NameT>(value));
71 bool m_collaborationIdentifierHasBeenSet =
false;
72 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