7#include <aws/lightsail/Lightsail_EXPORTS.h>
8#include <aws/lightsail/LightsailRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/DateTime.h>
44 template<
typename ServiceNameT = Aws::String>
45 void SetServiceName(ServiceNameT&& value) { m_serviceNameHasBeenSet =
true; m_serviceName = std::forward<ServiceNameT>(value); }
46 template<
typename ServiceNameT = Aws::String>
57 template<
typename ContainerNameT = Aws::String>
58 void SetContainerName(ContainerNameT&& value) { m_containerNameHasBeenSet =
true; m_containerName = std::forward<ContainerNameT>(value); }
59 template<
typename ContainerNameT = Aws::String>
75 template<
typename StartTimeT = Aws::Utils::DateTime>
76 void SetStartTime(StartTimeT&& value) { m_startTimeHasBeenSet =
true; m_startTime = std::forward<StartTimeT>(value); }
77 template<
typename StartTimeT = Aws::Utils::DateTime>
93 template<
typename EndTimeT = Aws::Utils::DateTime>
94 void SetEndTime(EndTimeT&& value) { m_endTimeHasBeenSet =
true; m_endTime = std::forward<EndTimeT>(value); }
95 template<
typename EndTimeT = Aws::Utils::DateTime>
117 template<
typename FilterPatternT = Aws::String>
118 void SetFilterPattern(FilterPatternT&& value) { m_filterPatternHasBeenSet =
true; m_filterPattern = std::forward<FilterPatternT>(value); }
119 template<
typename FilterPatternT = Aws::String>
132 template<
typename PageTokenT = Aws::String>
133 void SetPageToken(PageTokenT&& value) { m_pageTokenHasBeenSet =
true; m_pageToken = std::forward<PageTokenT>(value); }
134 template<
typename PageTokenT = Aws::String>
140 bool m_serviceNameHasBeenSet =
false;
143 bool m_containerNameHasBeenSet =
false;
146 bool m_startTimeHasBeenSet =
false;
149 bool m_endTimeHasBeenSet =
false;
152 bool m_filterPatternHasBeenSet =
false;
155 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