7#include <aws/application-insights/ApplicationInsights_EXPORTS.h>
8#include <aws/application-insights/ApplicationInsightsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/application-insights/model/Visibility.h>
16namespace ApplicationInsights
45 template<
typename AccountIdT = Aws::String>
46 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
47 template<
typename AccountIdT = Aws::String>
57 template<
typename ResourceGroupNameT = Aws::String>
58 void SetResourceGroupName(ResourceGroupNameT&& value) { m_resourceGroupNameHasBeenSet =
true; m_resourceGroupName = std::forward<ResourceGroupNameT>(value); }
59 template<
typename ResourceGroupNameT = Aws::String>
71 template<
typename StartTimeT = Aws::Utils::DateTime>
72 void SetStartTime(StartTimeT&& value) { m_startTimeHasBeenSet =
true; m_startTime = std::forward<StartTimeT>(value); }
73 template<
typename StartTimeT = Aws::Utils::DateTime>
84 template<
typename EndTimeT = Aws::Utils::DateTime>
85 void SetEndTime(EndTimeT&& value) { m_endTimeHasBeenSet =
true; m_endTime = std::forward<EndTimeT>(value); }
86 template<
typename EndTimeT = Aws::Utils::DateTime>
98 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
108 template<
typename NextTokenT = Aws::String>
109 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
110 template<
typename NextTokenT = Aws::String>
120 template<
typename ComponentNameT = Aws::String>
121 void SetComponentName(ComponentNameT&& value) { m_componentNameHasBeenSet =
true; m_componentName = std::forward<ComponentNameT>(value); }
122 template<
typename ComponentNameT = Aws::String>
139 bool m_accountIdHasBeenSet =
false;
142 bool m_resourceGroupNameHasBeenSet =
false;
145 bool m_startTimeHasBeenSet =
false;
148 bool m_endTimeHasBeenSet =
false;
151 bool m_maxResultsHasBeenSet =
false;
154 bool m_nextTokenHasBeenSet =
false;
157 bool m_componentNameHasBeenSet =
false;
160 bool m_visibilityHasBeenSet =
false;
void SetStartTime(StartTimeT &&value)
AWS_APPLICATIONINSIGHTS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
ListProblemsRequest & WithComponentName(ComponentNameT &&value)
const Aws::String & GetResourceGroupName() const
ListProblemsRequest & WithVisibility(Visibility value)
bool AccountIdHasBeenSet() const
ListProblemsRequest & WithStartTime(StartTimeT &&value)
const Aws::String & GetNextToken() const
ListProblemsRequest & WithResourceGroupName(ResourceGroupNameT &&value)
bool MaxResultsHasBeenSet() const
AWS_APPLICATIONINSIGHTS_API Aws::String SerializePayload() const override
void SetResourceGroupName(ResourceGroupNameT &&value)
ListProblemsRequest & WithEndTime(EndTimeT &&value)
void SetVisibility(Visibility value)
ListProblemsRequest & WithAccountId(AccountIdT &&value)
const Aws::Utils::DateTime & GetEndTime() const
const Aws::String & GetAccountId() const
ListProblemsRequest & WithNextToken(NextTokenT &&value)
bool ResourceGroupNameHasBeenSet() const
AWS_APPLICATIONINSIGHTS_API ListProblemsRequest()=default
ListProblemsRequest & WithMaxResults(int value)
void SetNextToken(NextTokenT &&value)
const Aws::Utils::DateTime & GetStartTime() const
bool NextTokenHasBeenSet() const
void SetMaxResults(int value)
bool EndTimeHasBeenSet() const
void SetEndTime(EndTimeT &&value)
Visibility GetVisibility() const
bool ComponentNameHasBeenSet() const
const Aws::String & GetComponentName() const
void SetAccountId(AccountIdT &&value)
bool StartTimeHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetComponentName(ComponentNameT &&value)
int GetMaxResults() const
bool VisibilityHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String