7#include <aws/schemas/Schemas_EXPORTS.h>
8#include <aws/schemas/SchemasRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/schemas/model/Type.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename EventsT = Aws::Vector<Aws::String>>
46 void SetEvents(EventsT&& value) { m_eventsHasBeenSet =
true; m_events = std::forward<EventsT>(value); }
47 template<
typename EventsT = Aws::Vector<Aws::String>>
49 template<
typename EventsT = Aws::String>
59 inline void SetType(
Type value) { m_typeHasBeenSet =
true; m_type = value; }
65 bool m_eventsHasBeenSet =
false;
68 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