7#include <aws/cleanrooms/CleanRoomsRequest.h>
8#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
9#include <aws/cleanrooms/model/AnalyticsEngine.h>
10#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>
57 template <
typename NameT = Aws::String>
59 m_nameHasBeenSet =
true;
60 m_name = std::forward<NameT>(value);
62 template <
typename NameT = Aws::String>
64 SetName(std::forward<NameT>(value));
75 template <
typename DescriptionT = Aws::String>
77 m_descriptionHasBeenSet =
true;
78 m_description = std::forward<DescriptionT>(value);
80 template <
typename DescriptionT = Aws::String>
95 m_analyticsEngineHasBeenSet =
true;
96 m_analyticsEngine = value;
111 bool m_collaborationIdentifierHasBeenSet =
false;
112 bool m_nameHasBeenSet =
false;
113 bool m_descriptionHasBeenSet =
false;
114 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