7#include <aws/application-signals/ApplicationSignals_EXPORTS.h>
8#include <aws/application-signals/model/Service.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
25namespace ApplicationSignals {
38 template <
typename ServiceT = Service>
40 m_serviceHasBeenSet =
true;
41 m_service = std::forward<ServiceT>(value);
43 template <
typename ServiceT = Service>
59 template <
typename StartTimeT = Aws::Utils::DateTime>
61 m_startTimeHasBeenSet =
true;
62 m_startTime = std::forward<StartTimeT>(value);
64 template <
typename StartTimeT = Aws::Utils::DateTime>
80 template <
typename EndTimeT = Aws::Utils::DateTime>
82 m_endTimeHasBeenSet =
true;
83 m_endTime = std::forward<EndTimeT>(value);
85 template <
typename EndTimeT = Aws::Utils::DateTime>
101 template <
typename LogGroupReferencesT = Aws::Vector<Aws::Map<Aws::String, Aws::String>>>
103 m_logGroupReferencesHasBeenSet =
true;
104 m_logGroupReferences = std::forward<LogGroupReferencesT>(value);
106 template <
typename LogGroupReferencesT = Aws::Vector<Aws::Map<Aws::String, Aws::String>>>
111 template <
typename LogGroupReferencesT = Aws::Map<Aws::String, Aws::String>>
113 m_logGroupReferencesHasBeenSet =
true;
114 m_logGroupReferences.emplace_back(std::forward<LogGroupReferencesT>(value));
122 template <
typename RequestIdT = Aws::String>
124 m_requestIdHasBeenSet =
true;
125 m_requestId = std::forward<RequestIdT>(value);
127 template <
typename RequestIdT = Aws::String>
143 bool m_serviceHasBeenSet =
false;
144 bool m_startTimeHasBeenSet =
false;
145 bool m_endTimeHasBeenSet =
false;
146 bool m_logGroupReferencesHasBeenSet =
false;
147 bool m_requestIdHasBeenSet =
false;
GetServiceResult & WithStartTime(StartTimeT &&value)
void SetRequestId(RequestIdT &&value)
AWS_APPLICATIONSIGNALS_API GetServiceResult()=default
GetServiceResult & WithService(ServiceT &&value)
void SetLogGroupReferences(LogGroupReferencesT &&value)
GetServiceResult & AddLogGroupReferences(LogGroupReferencesT &&value)
void SetService(ServiceT &&value)
GetServiceResult & WithRequestId(RequestIdT &&value)
const Aws::Utils::DateTime & GetStartTime() const
GetServiceResult & WithEndTime(EndTimeT &&value)
const Service & GetService() const
const Aws::Utils::DateTime & GetEndTime() const
AWS_APPLICATIONSIGNALS_API GetServiceResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetServiceResult & WithLogGroupReferences(LogGroupReferencesT &&value)
void SetEndTime(EndTimeT &&value)
const Aws::Vector< Aws::Map< Aws::String, Aws::String > > & GetLogGroupReferences() const
const Aws::String & GetRequestId() const
AWS_APPLICATIONSIGNALS_API GetServiceResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetStartTime(StartTimeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue