7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/elasticbeanstalk/ElasticBeanstalkRequest.h>
10#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
11#include <aws/elasticbeanstalk/model/EventSeverity.h>
16namespace ElasticBeanstalk {
48 template <
typename ApplicationNameT = Aws::String>
50 m_applicationNameHasBeenSet =
true;
51 m_applicationName = std::forward<ApplicationNameT>(value);
53 template <
typename ApplicationNameT = Aws::String>
67 template <
typename VersionLabelT = Aws::String>
69 m_versionLabelHasBeenSet =
true;
70 m_versionLabel = std::forward<VersionLabelT>(value);
72 template <
typename VersionLabelT = Aws::String>
86 template <
typename TemplateNameT = Aws::String>
88 m_templateNameHasBeenSet =
true;
89 m_templateName = std::forward<TemplateNameT>(value);
91 template <
typename TemplateNameT = Aws::String>
105 template <
typename EnvironmentIdT = Aws::String>
107 m_environmentIdHasBeenSet =
true;
108 m_environmentId = std::forward<EnvironmentIdT>(value);
110 template <
typename EnvironmentIdT = Aws::String>
124 template <
typename EnvironmentNameT = Aws::String>
126 m_environmentNameHasBeenSet =
true;
127 m_environmentName = std::forward<EnvironmentNameT>(value);
129 template <
typename EnvironmentNameT = Aws::String>
144 template <
typename PlatformArnT = Aws::String>
146 m_platformArnHasBeenSet =
true;
147 m_platformArn = std::forward<PlatformArnT>(value);
149 template <
typename PlatformArnT = Aws::String>
163 template <
typename RequestIdT = Aws::String>
165 m_requestIdHasBeenSet =
true;
166 m_requestId = std::forward<RequestIdT>(value);
168 template <
typename RequestIdT = Aws::String>
183 m_severityHasBeenSet =
true;
199 template <
typename StartTimeT = Aws::Utils::DateTime>
201 m_startTimeHasBeenSet =
true;
202 m_startTime = std::forward<StartTimeT>(value);
204 template <
typename StartTimeT = Aws::Utils::DateTime>
218 template <
typename EndTimeT = Aws::Utils::DateTime>
220 m_endTimeHasBeenSet =
true;
221 m_endTime = std::forward<EndTimeT>(value);
223 template <
typename EndTimeT = Aws::Utils::DateTime>
238 m_maxRecordsHasBeenSet =
true;
239 m_maxRecords = value;
254 template <
typename NextTokenT = Aws::String>
256 m_nextTokenHasBeenSet =
true;
257 m_nextToken = std::forward<NextTokenT>(value);
259 template <
typename NextTokenT = Aws::String>
289 bool m_applicationNameHasBeenSet =
false;
290 bool m_versionLabelHasBeenSet =
false;
291 bool m_templateNameHasBeenSet =
false;
292 bool m_environmentIdHasBeenSet =
false;
293 bool m_environmentNameHasBeenSet =
false;
294 bool m_platformArnHasBeenSet =
false;
295 bool m_requestIdHasBeenSet =
false;
296 bool m_severityHasBeenSet =
false;
297 bool m_startTimeHasBeenSet =
false;
298 bool m_endTimeHasBeenSet =
false;
299 bool m_maxRecordsHasBeenSet =
false;
300 bool m_nextTokenHasBeenSet =
false;
DescribeEventsRequest & WithNextToken(NextTokenT &&value)
bool VersionLabelHasBeenSet() const
bool SeverityHasBeenSet() const
DescribeEventsRequest & WithApplicationName(ApplicationNameT &&value)
virtual const char * GetServiceRequestName() const override
void SetApplicationName(ApplicationNameT &&value)
DescribeEventsRequest & WithStartTime(StartTimeT &&value)
void SetRequestId(RequestIdT &&value)
DescribeEventsRequest & WithEndTime(EndTimeT &&value)
const Aws::Utils::DateTime & GetEndTime() const
bool RequestIdHasBeenSet() const
const Aws::Utils::DateTime & GetStartTime() const
DescribeEventsRequest & WithTemplateName(TemplateNameT &&value)
const Aws::String & GetRequestId() const
AWS_ELASTICBEANSTALK_API Aws::String SerializePayload() const override
void SetEnvironmentName(EnvironmentNameT &&value)
bool EnvironmentIdHasBeenSet() const
void SetMaxRecords(int value)
DescribeEventsRequest & WithSeverity(EventSeverity value)
const Aws::String & GetPlatformArn() const
DescribeEventsRequest & WithRequestId(RequestIdT &&value)
void SetEnvironmentId(EnvironmentIdT &&value)
bool EnvironmentNameHasBeenSet() const
bool NextTokenHasBeenSet() const
bool MaxRecordsHasBeenSet() const
void SetEndTime(EndTimeT &&value)
AWS_ELASTICBEANSTALK_API DescribeEventsRequest()=default
bool PlatformArnHasBeenSet() const
bool EndTimeHasBeenSet() const
void SetStartTime(StartTimeT &&value)
bool TemplateNameHasBeenSet() const
const Aws::String & GetEnvironmentName() const
const Aws::String & GetEnvironmentId() const
bool ApplicationNameHasBeenSet() const
void SetVersionLabel(VersionLabelT &&value)
DescribeEventsRequest & WithEnvironmentId(EnvironmentIdT &&value)
const Aws::String & GetTemplateName() const
void SetPlatformArn(PlatformArnT &&value)
AWS_ELASTICBEANSTALK_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
DescribeEventsRequest & WithPlatformArn(PlatformArnT &&value)
DescribeEventsRequest & WithMaxRecords(int value)
DescribeEventsRequest & WithEnvironmentName(EnvironmentNameT &&value)
const Aws::String & GetNextToken() const
EventSeverity GetSeverity() const
void SetNextToken(NextTokenT &&value)
void SetTemplateName(TemplateNameT &&value)
void SetSeverity(EventSeverity value)
bool StartTimeHasBeenSet() const
int GetMaxRecords() const
DescribeEventsRequest & WithVersionLabel(VersionLabelT &&value)
const Aws::String & GetVersionLabel() const
const Aws::String & GetApplicationName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String