7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/CleanRoomsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/cleanrooms/model/AnalyticsEngine.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>
55 template<
typename NameT = Aws::String>
56 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
57 template<
typename NameT = Aws::String>
67 template<
typename DescriptionT = Aws::String>
68 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
69 template<
typename DescriptionT = Aws::String>
85 bool m_collaborationIdentifierHasBeenSet =
false;
88 bool m_nameHasBeenSet =
false;
91 bool m_descriptionHasBeenSet =
false;
94 bool m_analyticsEngineHasBeenSet =
false;
bool AnalyticsEngineHasBeenSet() const
bool NameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetDescription(DescriptionT &&value)
UpdateCollaborationRequest & WithAnalyticsEngine(AnalyticsEngine value)
AWS_CLEANROOMS_API UpdateCollaborationRequest()=default
UpdateCollaborationRequest & WithName(NameT &&value)
UpdateCollaborationRequest & WithDescription(DescriptionT &&value)
const Aws::String & GetCollaborationIdentifier() const
bool CollaborationIdentifierHasBeenSet() const
bool DescriptionHasBeenSet() const
void SetName(NameT &&value)
const Aws::String & GetDescription() const
AWS_CLEANROOMS_API Aws::String SerializePayload() const override
const Aws::String & GetName() const
AnalyticsEngine GetAnalyticsEngine() const
void SetAnalyticsEngine(AnalyticsEngine value)
void SetCollaborationIdentifier(CollaborationIdentifierT &&value)
UpdateCollaborationRequest & WithCollaborationIdentifier(CollaborationIdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String