7#include <aws/apprunner/AppRunner_EXPORTS.h>
8#include <aws/apprunner/AppRunnerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename ObservabilityConfigurationNameT = Aws::String>
46 void SetObservabilityConfigurationName(ObservabilityConfigurationNameT&& value) { m_observabilityConfigurationNameHasBeenSet =
true; m_observabilityConfigurationName = std::forward<ObservabilityConfigurationNameT>(value); }
47 template<
typename ObservabilityConfigurationNameT = Aws::String>
59 inline void SetLatestOnly(
bool value) { m_latestOnlyHasBeenSet =
true; m_latestOnly = value; }
72 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
86 template<
typename NextTokenT = Aws::String>
87 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
88 template<
typename NextTokenT = Aws::String>
94 bool m_observabilityConfigurationNameHasBeenSet =
false;
96 bool m_latestOnly{
false};
97 bool m_latestOnlyHasBeenSet =
false;
100 bool m_maxResultsHasBeenSet =
false;
103 bool m_nextTokenHasBeenSet =
false;
void SetNextToken(NextTokenT &&value)
AWS_APPRUNNER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetObservabilityConfigurationName(ObservabilityConfigurationNameT &&value)
AWS_APPRUNNER_API Aws::String SerializePayload() const override
bool GetLatestOnly() const
const Aws::String & GetObservabilityConfigurationName() const
ListObservabilityConfigurationsRequest & WithNextToken(NextTokenT &&value)
ListObservabilityConfigurationsRequest & WithObservabilityConfigurationName(ObservabilityConfigurationNameT &&value)
bool LatestOnlyHasBeenSet() const
bool MaxResultsHasBeenSet() const
const Aws::String & GetNextToken() const
bool ObservabilityConfigurationNameHasBeenSet() const
bool NextTokenHasBeenSet() const
virtual const char * GetServiceRequestName() const override
ListObservabilityConfigurationsRequest & WithMaxResults(int value)
void SetLatestOnly(bool value)
void SetMaxResults(int value)
ListObservabilityConfigurationsRequest & WithLatestOnly(bool value)
AWS_APPRUNNER_API ListObservabilityConfigurationsRequest()=default
int GetMaxResults() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String