7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lightsail/LightsailRequest.h>
10#include <aws/lightsail/Lightsail_EXPORTS.h>
40 template <
typename ServiceNameT = Aws::String>
42 m_serviceNameHasBeenSet =
true;
43 m_serviceName = std::forward<ServiceNameT>(value);
45 template <
typename ServiceNameT = Aws::String>
59 template <
typename ContainerNameT = Aws::String>
61 m_containerNameHasBeenSet =
true;
62 m_containerName = std::forward<ContainerNameT>(value);
64 template <
typename ContainerNameT = Aws::String>
83 template <
typename StartTimeT = Aws::Utils::DateTime>
85 m_startTimeHasBeenSet =
true;
86 m_startTime = std::forward<StartTimeT>(value);
88 template <
typename StartTimeT = Aws::Utils::DateTime>
107 template <
typename EndTimeT = Aws::Utils::DateTime>
109 m_endTimeHasBeenSet =
true;
110 m_endTime = std::forward<EndTimeT>(value);
112 template <
typename EndTimeT = Aws::Utils::DateTime>
137 template <
typename FilterPatternT = Aws::String>
139 m_filterPatternHasBeenSet =
true;
140 m_filterPattern = std::forward<FilterPatternT>(value);
142 template <
typename FilterPatternT = Aws::String>
158 template <
typename PageTokenT = Aws::String>
160 m_pageTokenHasBeenSet =
true;
161 m_pageToken = std::forward<PageTokenT>(value);
163 template <
typename PageTokenT = Aws::String>
171 bool m_serviceNameHasBeenSet =
false;
174 bool m_containerNameHasBeenSet =
false;
177 bool m_startTimeHasBeenSet =
false;
180 bool m_endTimeHasBeenSet =
false;
183 bool m_filterPatternHasBeenSet =
false;
186 bool m_pageTokenHasBeenSet =
false;
AWS_LIGHTSAIL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetPageToken(PageTokenT &&value)
void SetServiceName(ServiceNameT &&value)
bool ServiceNameHasBeenSet() const
GetContainerLogRequest & WithEndTime(EndTimeT &&value)
GetContainerLogRequest & WithFilterPattern(FilterPatternT &&value)
virtual const char * GetServiceRequestName() const override
void SetStartTime(StartTimeT &&value)
AWS_LIGHTSAIL_API GetContainerLogRequest()=default
void SetContainerName(ContainerNameT &&value)
void SetEndTime(EndTimeT &&value)
const Aws::String & GetServiceName() const
bool StartTimeHasBeenSet() const
bool FilterPatternHasBeenSet() const
GetContainerLogRequest & WithStartTime(StartTimeT &&value)
const Aws::Utils::DateTime & GetStartTime() const
bool ContainerNameHasBeenSet() const
GetContainerLogRequest & WithContainerName(ContainerNameT &&value)
AWS_LIGHTSAIL_API Aws::String SerializePayload() const override
GetContainerLogRequest & WithServiceName(ServiceNameT &&value)
bool EndTimeHasBeenSet() const
const Aws::String & GetFilterPattern() const
const Aws::Utils::DateTime & GetEndTime() const
const Aws::String & GetPageToken() const
GetContainerLogRequest & WithPageToken(PageTokenT &&value)
void SetFilterPattern(FilterPatternT &&value)
bool PageTokenHasBeenSet() const
const Aws::String & GetContainerName() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String