7#include <aws/cleanrooms/CleanRoomsRequest.h>
8#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
9#include <aws/cleanrooms/model/AnalysisRuleType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
39 template <
typename CollaborationIdentifierT = Aws::String>
41 m_collaborationIdentifierHasBeenSet =
true;
42 m_collaborationIdentifier = std::forward<CollaborationIdentifierT>(value);
44 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));
78 m_typeHasBeenSet =
true;
92 bool m_collaborationIdentifierHasBeenSet =
false;
93 bool m_nameHasBeenSet =
false;
94 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