7#include <aws/application-signals/ApplicationSignals_EXPORTS.h>
8#include <aws/application-signals/ApplicationSignalsRequest.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>
20namespace ApplicationSignals
52 template<
typename StartTimeT = Aws::Utils::DateTime>
53 void SetStartTime(StartTimeT&& value) { m_startTimeHasBeenSet =
true; m_startTime = std::forward<StartTimeT>(value); }
54 template<
typename StartTimeT = Aws::Utils::DateTime>
67 template<
typename EndTimeT = Aws::Utils::DateTime>
68 void SetEndTime(EndTimeT&& value) { m_endTimeHasBeenSet =
true; m_endTime = std::forward<EndTimeT>(value); }
69 template<
typename EndTimeT = Aws::Utils::DateTime>
94 template<
typename KeyAttributesT = Aws::Map<Aws::String, Aws::String>>
95 void SetKeyAttributes(KeyAttributesT&& value) { m_keyAttributesHasBeenSet =
true; m_keyAttributes = std::forward<KeyAttributesT>(value); }
96 template<
typename KeyAttributesT = Aws::Map<Aws::String, Aws::String>>
98 template<
typename KeyAttributesKeyT = Aws::String,
typename KeyAttributesValueT = Aws::String>
100 m_keyAttributesHasBeenSet =
true; m_keyAttributes.emplace(std::forward<KeyAttributesKeyT>(key), std::forward<KeyAttributesValueT>(value));
return *
this;
106 bool m_startTimeHasBeenSet =
false;
109 bool m_endTimeHasBeenSet =
false;
112 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