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/AWSString.h>
18namespace ApplicationSignals {
46 template <
typename StartTimeT = Aws::Utils::DateTime>
48 m_startTimeHasBeenSet =
true;
49 m_startTime = std::forward<StartTimeT>(value);
51 template <
typename StartTimeT = Aws::Utils::DateTime>
67 template <
typename EndTimeT = Aws::Utils::DateTime>
69 m_endTimeHasBeenSet =
true;
70 m_endTime = std::forward<EndTimeT>(value);
72 template <
typename EndTimeT = Aws::Utils::DateTime>
87 m_maxResultsHasBeenSet =
true;
103 template <
typename NextTokenT = Aws::String>
105 m_nextTokenHasBeenSet =
true;
106 m_nextToken = std::forward<NextTokenT>(value);
108 template <
typename NextTokenT = Aws::String>
124 m_includeLinkedAccountsHasBeenSet =
true;
125 m_includeLinkedAccounts = value;
139 template <
typename AwsAccountIdT = Aws::String>
141 m_awsAccountIdHasBeenSet =
true;
142 m_awsAccountId = std::forward<AwsAccountIdT>(value);
144 template <
typename AwsAccountIdT = Aws::String>
152 bool m_startTimeHasBeenSet =
false;
155 bool m_endTimeHasBeenSet =
false;
158 bool m_maxResultsHasBeenSet =
false;
161 bool m_nextTokenHasBeenSet =
false;
163 bool m_includeLinkedAccounts{
false};
164 bool m_includeLinkedAccountsHasBeenSet =
false;
167 bool m_awsAccountIdHasBeenSet =
false;
ListServicesRequest & WithEndTime(EndTimeT &&value)
AWS_APPLICATIONSIGNALS_API Aws::String SerializePayload() const override
bool StartTimeHasBeenSet() const
void SetStartTime(StartTimeT &&value)
AWS_APPLICATIONSIGNALS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetIncludeLinkedAccounts(bool value)
const Aws::Utils::DateTime & GetStartTime() const
bool MaxResultsHasBeenSet() const
void SetEndTime(EndTimeT &&value)
ListServicesRequest & WithStartTime(StartTimeT &&value)
ListServicesRequest & WithIncludeLinkedAccounts(bool value)
void SetMaxResults(int value)
void SetAwsAccountId(AwsAccountIdT &&value)
ListServicesRequest & WithMaxResults(int value)
const Aws::Utils::DateTime & GetEndTime() const
bool EndTimeHasBeenSet() const
ListServicesRequest & WithAwsAccountId(AwsAccountIdT &&value)
bool IncludeLinkedAccountsHasBeenSet() const
bool AwsAccountIdHasBeenSet() const
ListServicesRequest & WithNextToken(NextTokenT &&value)
bool NextTokenHasBeenSet() const
const Aws::String & GetAwsAccountId() const
AWS_APPLICATIONSIGNALS_API ListServicesRequest()=default
void SetNextToken(NextTokenT &&value)
virtual const char * GetServiceRequestName() const override
bool GetIncludeLinkedAccounts() const
int GetMaxResults() const
const Aws::String & GetNextToken() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String