7#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
8#include <aws/elasticbeanstalk/ElasticBeanstalkRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/elasticbeanstalk/model/EventSeverity.h>
11#include <aws/core/utils/DateTime.h>
16namespace ElasticBeanstalk
52 template<
typename ApplicationNameT = Aws::String>
53 void SetApplicationName(ApplicationNameT&& value) { m_applicationNameHasBeenSet =
true; m_applicationName = std::forward<ApplicationNameT>(value); }
54 template<
typename ApplicationNameT = Aws::String>
65 template<
typename VersionLabelT = Aws::String>
66 void SetVersionLabel(VersionLabelT&& value) { m_versionLabelHasBeenSet =
true; m_versionLabel = std::forward<VersionLabelT>(value); }
67 template<
typename VersionLabelT = Aws::String>
78 template<
typename TemplateNameT = Aws::String>
79 void SetTemplateName(TemplateNameT&& value) { m_templateNameHasBeenSet =
true; m_templateName = std::forward<TemplateNameT>(value); }
80 template<
typename TemplateNameT = Aws::String>
91 template<
typename EnvironmentIdT = Aws::String>
92 void SetEnvironmentId(EnvironmentIdT&& value) { m_environmentIdHasBeenSet =
true; m_environmentId = std::forward<EnvironmentIdT>(value); }
93 template<
typename EnvironmentIdT = Aws::String>
104 template<
typename EnvironmentNameT = Aws::String>
105 void SetEnvironmentName(EnvironmentNameT&& value) { m_environmentNameHasBeenSet =
true; m_environmentName = std::forward<EnvironmentNameT>(value); }
106 template<
typename EnvironmentNameT = Aws::String>
118 template<
typename PlatformArnT = Aws::String>
119 void SetPlatformArn(PlatformArnT&& value) { m_platformArnHasBeenSet =
true; m_platformArn = std::forward<PlatformArnT>(value); }
120 template<
typename PlatformArnT = Aws::String>
131 template<
typename RequestIdT = Aws::String>
132 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
133 template<
typename RequestIdT = Aws::String>
155 template<
typename StartTimeT = Aws::Utils::DateTime>
156 void SetStartTime(StartTimeT&& value) { m_startTimeHasBeenSet =
true; m_startTime = std::forward<StartTimeT>(value); }
157 template<
typename StartTimeT = Aws::Utils::DateTime>
168 template<
typename EndTimeT = Aws::Utils::DateTime>
169 void SetEndTime(EndTimeT&& value) { m_endTimeHasBeenSet =
true; m_endTime = std::forward<EndTimeT>(value); }
170 template<
typename EndTimeT = Aws::Utils::DateTime>
181 inline void SetMaxRecords(
int value) { m_maxRecordsHasBeenSet =
true; m_maxRecords = value; }
192 template<
typename NextTokenT = Aws::String>
193 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
194 template<
typename NextTokenT = Aws::String>
200 bool m_applicationNameHasBeenSet =
false;
203 bool m_versionLabelHasBeenSet =
false;
206 bool m_templateNameHasBeenSet =
false;
209 bool m_environmentIdHasBeenSet =
false;
212 bool m_environmentNameHasBeenSet =
false;
215 bool m_platformArnHasBeenSet =
false;
218 bool m_requestIdHasBeenSet =
false;
221 bool m_severityHasBeenSet =
false;
224 bool m_startTimeHasBeenSet =
false;
227 bool m_endTimeHasBeenSet =
false;
230 bool m_maxRecordsHasBeenSet =
false;
233 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