7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/lexv2-models/LexModelsV2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/lexv2-models/model/AnalyticsPathFilter.h>
47 inline void SetBotId(
const char* value) { m_botIdHasBeenSet =
true; m_botId.assign(value); }
90 inline void SetIntentPath(
const char* value) { m_intentPathHasBeenSet =
true; m_intentPath.assign(value); }
113 bool m_botIdHasBeenSet =
false;
116 bool m_startDateTimeHasBeenSet =
false;
119 bool m_endDateTimeHasBeenSet =
false;
122 bool m_intentPathHasBeenSet =
false;
125 bool m_filtersHasBeenSet =
false;
void SetEndDateTime(Aws::Utils::DateTime &&value)
void SetIntentPath(const char *value)
ListIntentPathsRequest & WithStartDateTime(Aws::Utils::DateTime &&value)
bool EndDateTimeHasBeenSet() const
ListIntentPathsRequest & WithEndDateTime(const Aws::Utils::DateTime &value)
ListIntentPathsRequest & WithBotId(const Aws::String &value)
ListIntentPathsRequest & WithIntentPath(Aws::String &&value)
void SetStartDateTime(const Aws::Utils::DateTime &value)
ListIntentPathsRequest & WithStartDateTime(const Aws::Utils::DateTime &value)
bool IntentPathHasBeenSet() const
ListIntentPathsRequest & WithBotId(const char *value)
ListIntentPathsRequest & WithFilters(const Aws::Vector< AnalyticsPathFilter > &value)
const Aws::Utils::DateTime & GetEndDateTime() const
const Aws::Utils::DateTime & GetStartDateTime() const
void SetFilters(Aws::Vector< AnalyticsPathFilter > &&value)
bool FiltersHasBeenSet() const
void SetBotId(const char *value)
ListIntentPathsRequest & WithIntentPath(const char *value)
void SetFilters(const Aws::Vector< AnalyticsPathFilter > &value)
AWS_LEXMODELSV2_API Aws::String SerializePayload() const override
ListIntentPathsRequest & WithFilters(Aws::Vector< AnalyticsPathFilter > &&value)
ListIntentPathsRequest & WithIntentPath(const Aws::String &value)
void SetEndDateTime(const Aws::Utils::DateTime &value)
virtual const char * GetServiceRequestName() const override
void SetIntentPath(const Aws::String &value)
AWS_LEXMODELSV2_API ListIntentPathsRequest()
void SetBotId(const Aws::String &value)
ListIntentPathsRequest & WithEndDateTime(Aws::Utils::DateTime &&value)
bool BotIdHasBeenSet() const
void SetIntentPath(Aws::String &&value)
bool StartDateTimeHasBeenSet() const
ListIntentPathsRequest & WithBotId(Aws::String &&value)
void SetBotId(Aws::String &&value)
const Aws::Vector< AnalyticsPathFilter > & GetFilters() const
void SetStartDateTime(Aws::Utils::DateTime &&value)
ListIntentPathsRequest & AddFilters(const AnalyticsPathFilter &value)
const Aws::String & GetBotId() const
ListIntentPathsRequest & AddFilters(AnalyticsPathFilter &&value)
const Aws::String & GetIntentPath() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector