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/AnalysisRuleType.h>
43 template<
typename CollaborationIdentifierT = Aws::String>
44 void SetCollaborationIdentifier(CollaborationIdentifierT&& value) { m_collaborationIdentifierHasBeenSet =
true; m_collaborationIdentifier = std::forward<CollaborationIdentifierT>(value); }
45 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>
75 bool m_collaborationIdentifierHasBeenSet =
false;
78 bool m_nameHasBeenSet =
false;
81 bool m_typeHasBeenSet =
false;
const Aws::String & GetCollaborationIdentifier() const
AWS_CLEANROOMS_API GetSchemaAnalysisRuleRequest()=default
GetSchemaAnalysisRuleRequest & WithCollaborationIdentifier(CollaborationIdentifierT &&value)
void SetType(AnalysisRuleType value)
void SetName(NameT &&value)
AnalysisRuleType GetType() const
GetSchemaAnalysisRuleRequest & WithName(NameT &&value)
bool TypeHasBeenSet() const
bool CollaborationIdentifierHasBeenSet() const
bool NameHasBeenSet() const
AWS_CLEANROOMS_API Aws::String SerializePayload() const override
void SetCollaborationIdentifier(CollaborationIdentifierT &&value)
const Aws::String & GetName() const
GetSchemaAnalysisRuleRequest & WithType(AnalysisRuleType value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String