7#include <aws/application-signals/ApplicationSignals_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/application-signals/model/ServiceOperation.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
26namespace ApplicationSignals
47 template<
typename StartTimeT = Aws::Utils::DateTime>
48 void SetStartTime(StartTimeT&& value) { m_startTimeHasBeenSet =
true; m_startTime = std::forward<StartTimeT>(value); }
49 template<
typename StartTimeT = Aws::Utils::DateTime>
62 template<
typename EndTimeT = Aws::Utils::DateTime>
63 void SetEndTime(EndTimeT&& value) { m_endTimeHasBeenSet =
true; m_endTime = std::forward<EndTimeT>(value); }
64 template<
typename EndTimeT = Aws::Utils::DateTime>
74 template<
typename ServiceOperationsT = Aws::Vector<ServiceOperation>>
75 void SetServiceOperations(ServiceOperationsT&& value) { m_serviceOperationsHasBeenSet =
true; m_serviceOperations = std::forward<ServiceOperationsT>(value); }
76 template<
typename ServiceOperationsT = Aws::Vector<ServiceOperation>>
78 template<
typename ServiceOperationsT = ServiceOperation>
88 template<
typename NextTokenT = Aws::String>
89 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
90 template<
typename NextTokenT = Aws::String>
97 template<
typename RequestIdT = Aws::String>
98 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
99 template<
typename RequestIdT = Aws::String>
105 bool m_startTimeHasBeenSet =
false;
108 bool m_endTimeHasBeenSet =
false;
111 bool m_serviceOperationsHasBeenSet =
false;
114 bool m_nextTokenHasBeenSet =
false;
117 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
const Aws::String & GetNextToken() const
void SetNextToken(NextTokenT &&value)
AWS_APPLICATIONSIGNALS_API ListServiceOperationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetStartTime(StartTimeT &&value)
void SetServiceOperations(ServiceOperationsT &&value)
ListServiceOperationsResult & WithServiceOperations(ServiceOperationsT &&value)
void SetEndTime(EndTimeT &&value)
ListServiceOperationsResult & WithStartTime(StartTimeT &&value)
const Aws::Utils::DateTime & GetStartTime() const
AWS_APPLICATIONSIGNALS_API ListServiceOperationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListServiceOperationsResult & AddServiceOperations(ServiceOperationsT &&value)
const Aws::String & GetRequestId() const
ListServiceOperationsResult & WithEndTime(EndTimeT &&value)
ListServiceOperationsResult & WithNextToken(NextTokenT &&value)
const Aws::Utils::DateTime & GetEndTime() const
ListServiceOperationsResult & WithRequestId(RequestIdT &&value)
AWS_APPLICATIONSIGNALS_API ListServiceOperationsResult()=default
const Aws::Vector< ServiceOperation > & GetServiceOperations() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue