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/AWSVector.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
27namespace ApplicationSignals
44 template<
typename ServiceT = Service>
45 void SetService(ServiceT&& value) { m_serviceHasBeenSet =
true; m_service = std::forward<ServiceT>(value); }
46 template<
typename ServiceT = Service>
59 template<
typename StartTimeT = Aws::Utils::DateTime>
60 void SetStartTime(StartTimeT&& value) { m_startTimeHasBeenSet =
true; m_startTime = std::forward<StartTimeT>(value); }
61 template<
typename StartTimeT = Aws::Utils::DateTime>
74 template<
typename EndTimeT = Aws::Utils::DateTime>
75 void SetEndTime(EndTimeT&& value) { m_endTimeHasBeenSet =
true; m_endTime = std::forward<EndTimeT>(value); }
76 template<
typename EndTimeT = Aws::Utils::DateTime>
89 template<
typename LogGroupReferencesT = Aws::Vector<Aws::Map<Aws::String, Aws::String>>>
90 void SetLogGroupReferences(LogGroupReferencesT&& value) { m_logGroupReferencesHasBeenSet =
true; m_logGroupReferences = std::forward<LogGroupReferencesT>(value); }
91 template<
typename LogGroupReferencesT = Aws::Vector<Aws::Map<Aws::String, Aws::String>>>
93 template<
typename LogGroupReferencesT = Aws::Map<Aws::String, Aws::String>>
94 GetServiceResult&
AddLogGroupReferences(LogGroupReferencesT&& value) { m_logGroupReferencesHasBeenSet =
true; m_logGroupReferences.emplace_back(std::forward<LogGroupReferencesT>(value));
return *
this; }
100 template<
typename RequestIdT = Aws::String>
101 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
102 template<
typename RequestIdT = Aws::String>
108 bool m_serviceHasBeenSet =
false;
111 bool m_startTimeHasBeenSet =
false;
114 bool m_endTimeHasBeenSet =
false;
117 bool m_logGroupReferencesHasBeenSet =
false;
120 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