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;
111 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
122 template<
typename NextTokenT = Aws::String>
123 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
124 template<
typename NextTokenT = Aws::String>
130 bool m_startTimeHasBeenSet =
false;
133 bool m_endTimeHasBeenSet =
false;
136 bool m_keyAttributesHasBeenSet =
false;
139 bool m_maxResultsHasBeenSet =
false;
142 bool m_nextTokenHasBeenSet =
false;
ListServiceDependentsRequest & WithNextToken(NextTokenT &&value)
bool EndTimeHasBeenSet() const
void SetMaxResults(int value)
AWS_APPLICATIONSIGNALS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
ListServiceDependentsRequest & WithKeyAttributes(KeyAttributesT &&value)
int GetMaxResults() const
virtual const char * GetServiceRequestName() const override
const Aws::Map< Aws::String, Aws::String > & GetKeyAttributes() const
ListServiceDependentsRequest & AddKeyAttributes(KeyAttributesKeyT &&key, KeyAttributesValueT &&value)
ListServiceDependentsRequest & WithMaxResults(int value)
ListServiceDependentsRequest & WithEndTime(EndTimeT &&value)
ListServiceDependentsRequest & WithStartTime(StartTimeT &&value)
void SetStartTime(StartTimeT &&value)
void SetKeyAttributes(KeyAttributesT &&value)
const Aws::Utils::DateTime & GetStartTime() const
bool StartTimeHasBeenSet() const
const Aws::String & GetNextToken() const
const Aws::Utils::DateTime & GetEndTime() const
AWS_APPLICATIONSIGNALS_API ListServiceDependentsRequest()=default
void SetNextToken(NextTokenT &&value)
bool NextTokenHasBeenSet() const
bool KeyAttributesHasBeenSet() const
void SetEndTime(EndTimeT &&value)
AWS_APPLICATIONSIGNALS_API Aws::String SerializePayload() const override
bool MaxResultsHasBeenSet() const
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