7#include <aws/application-insights/ApplicationInsightsRequest.h>
8#include <aws/application-insights/ApplicationInsights_EXPORTS.h>
9#include <aws/application-insights/model/Visibility.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
16namespace ApplicationInsights {
41 template <
typename AccountIdT = Aws::String>
43 m_accountIdHasBeenSet =
true;
44 m_accountId = std::forward<AccountIdT>(value);
46 template <
typename AccountIdT = Aws::String>
59 template <
typename ResourceGroupNameT = Aws::String>
61 m_resourceGroupNameHasBeenSet =
true;
62 m_resourceGroupName = std::forward<ResourceGroupNameT>(value);
64 template <
typename ResourceGroupNameT = Aws::String>
79 template <
typename StartTimeT = Aws::Utils::DateTime>
81 m_startTimeHasBeenSet =
true;
82 m_startTime = std::forward<StartTimeT>(value);
84 template <
typename StartTimeT = Aws::Utils::DateTime>
98 template <
typename EndTimeT = Aws::Utils::DateTime>
100 m_endTimeHasBeenSet =
true;
101 m_endTime = std::forward<EndTimeT>(value);
103 template <
typename EndTimeT = Aws::Utils::DateTime>
119 m_maxResultsHasBeenSet =
true;
120 m_maxResults = value;
134 template <
typename NextTokenT = Aws::String>
136 m_nextTokenHasBeenSet =
true;
137 m_nextToken = std::forward<NextTokenT>(value);
139 template <
typename NextTokenT = Aws::String>
152 template <
typename ComponentNameT = Aws::String>
154 m_componentNameHasBeenSet =
true;
155 m_componentName = std::forward<ComponentNameT>(value);
157 template <
typename ComponentNameT = Aws::String>
172 m_visibilityHasBeenSet =
true;
173 m_visibility = value;
196 bool m_accountIdHasBeenSet =
false;
197 bool m_resourceGroupNameHasBeenSet =
false;
198 bool m_startTimeHasBeenSet =
false;
199 bool m_endTimeHasBeenSet =
false;
200 bool m_maxResultsHasBeenSet =
false;
201 bool m_nextTokenHasBeenSet =
false;
202 bool m_componentNameHasBeenSet =
false;
203 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