7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/securityhub/SecurityHubRequest.h>
10#include <aws/securityhub/SecurityHub_EXPORTS.h>
11#include <aws/securityhub/model/AwsSecurityFindingIdentifier.h>
37 template <
typename FindingIdentifierT = AwsSecurityFindingIdentifier>
39 m_findingIdentifierHasBeenSet =
true;
40 m_findingIdentifier = std::forward<FindingIdentifierT>(value);
42 template <
typename FindingIdentifierT = AwsSecurityFindingIdentifier>
70 template <
typename StartTimeT = Aws::Utils::DateTime>
72 m_startTimeHasBeenSet =
true;
73 m_startTime = std::forward<StartTimeT>(value);
75 template <
typename StartTimeT = Aws::Utils::DateTime>
103 template <
typename EndTimeT = Aws::Utils::DateTime>
105 m_endTimeHasBeenSet =
true;
106 m_endTime = std::forward<EndTimeT>(value);
108 template <
typename EndTimeT = Aws::Utils::DateTime>
125 template <
typename NextTokenT = Aws::String>
127 m_nextTokenHasBeenSet =
true;
128 m_nextToken = std::forward<NextTokenT>(value);
130 template <
typename NextTokenT = Aws::String>
145 m_maxResultsHasBeenSet =
true;
146 m_maxResults = value;
163 bool m_findingIdentifierHasBeenSet =
false;
164 bool m_startTimeHasBeenSet =
false;
165 bool m_endTimeHasBeenSet =
false;
166 bool m_nextTokenHasBeenSet =
false;
167 bool m_maxResultsHasBeenSet =
false;
int GetMaxResults() const
void SetNextToken(NextTokenT &&value)
AWS_SECURITYHUB_API GetFindingHistoryRequest()=default
GetFindingHistoryRequest & WithMaxResults(int value)
void SetFindingIdentifier(FindingIdentifierT &&value)
void SetStartTime(StartTimeT &&value)
const AwsSecurityFindingIdentifier & GetFindingIdentifier() const
GetFindingHistoryRequest & WithFindingIdentifier(FindingIdentifierT &&value)
GetFindingHistoryRequest & WithNextToken(NextTokenT &&value)
GetFindingHistoryRequest & WithEndTime(EndTimeT &&value)
AWS_SECURITYHUB_API Aws::String SerializePayload() const override
bool FindingIdentifierHasBeenSet() const
GetFindingHistoryRequest & WithStartTime(StartTimeT &&value)
const Aws::Utils::DateTime & GetStartTime() const
void SetMaxResults(int value)
bool StartTimeHasBeenSet() const
const Aws::Utils::DateTime & GetEndTime() const
bool NextTokenHasBeenSet() const
const Aws::String & GetNextToken() const
void SetEndTime(EndTimeT &&value)
bool MaxResultsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool EndTimeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String