7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/schemas/SchemasRequest.h>
10#include <aws/schemas/Schemas_EXPORTS.h>
11#include <aws/schemas/model/Type.h>
41 template <
typename EventsT = Aws::Vector<Aws::String>>
43 m_eventsHasBeenSet =
true;
44 m_events = std::forward<EventsT>(value);
46 template <
typename EventsT = Aws::Vector<Aws::String>>
51 template <
typename EventsT = Aws::String>
53 m_eventsHasBeenSet =
true;
54 m_events.emplace_back(std::forward<EventsT>(value));
66 m_typeHasBeenSet =
true;
78 bool m_eventsHasBeenSet =
false;
79 bool m_typeHasBeenSet =
false;
AWS_SCHEMAS_API Aws::String SerializePayload() const override
void SetEvents(EventsT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::Vector< Aws::String > & GetEvents() const
bool EventsHasBeenSet() const
AWS_SCHEMAS_API GetDiscoveredSchemaRequest()=default
bool TypeHasBeenSet() const
GetDiscoveredSchemaRequest & AddEvents(EventsT &&value)
GetDiscoveredSchemaRequest & WithType(Type value)
GetDiscoveredSchemaRequest & WithEvents(EventsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector