7#include <aws/application-signals/ApplicationSignalsRequest.h>
8#include <aws/application-signals/ApplicationSignals_EXPORTS.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>
19namespace ApplicationSignals {
47 template <
typename StartTimeT = Aws::Utils::DateTime>
49 m_startTimeHasBeenSet =
true;
50 m_startTime = std::forward<StartTimeT>(value);
52 template <
typename StartTimeT = Aws::Utils::DateTime>
68 template <
typename EndTimeT = Aws::Utils::DateTime>
70 m_endTimeHasBeenSet =
true;
71 m_endTime = std::forward<EndTimeT>(value);
73 template <
typename EndTimeT = Aws::Utils::DateTime>
101 template <
typename KeyAttributesT = Aws::Map<Aws::String, Aws::String>>
103 m_keyAttributesHasBeenSet =
true;
104 m_keyAttributes = std::forward<KeyAttributesT>(value);
106 template <
typename KeyAttributesT = Aws::Map<Aws::String, Aws::String>>
111 template <
typename KeyAttributesKeyT = Aws::String,
typename KeyAttributesValueT = Aws::String>
113 m_keyAttributesHasBeenSet =
true;
114 m_keyAttributes.emplace(std::forward<KeyAttributesKeyT>(key), std::forward<KeyAttributesValueT>(value));
120 bool m_startTimeHasBeenSet =
false;
123 bool m_endTimeHasBeenSet =
false;
126 bool m_keyAttributesHasBeenSet =
false;
void SetEndTime(EndTimeT &&value)
const Aws::Utils::DateTime & GetEndTime() const
void SetStartTime(StartTimeT &&value)
bool KeyAttributesHasBeenSet() const
GetServiceRequest & AddKeyAttributes(KeyAttributesKeyT &&key, KeyAttributesValueT &&value)
bool EndTimeHasBeenSet() const
bool StartTimeHasBeenSet() const
AWS_APPLICATIONSIGNALS_API GetServiceRequest()=default
AWS_APPLICATIONSIGNALS_API Aws::String SerializePayload() const override
const Aws::Map< Aws::String, Aws::String > & GetKeyAttributes() const
GetServiceRequest & WithKeyAttributes(KeyAttributesT &&value)
const Aws::Utils::DateTime & GetStartTime() const
AWS_APPLICATIONSIGNALS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetKeyAttributes(KeyAttributesT &&value)
virtual const char * GetServiceRequestName() const override
GetServiceRequest & WithEndTime(EndTimeT &&value)
GetServiceRequest & WithStartTime(StartTimeT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String