7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/guardduty/GuardDutyRequest.h>
10#include <aws/guardduty/GuardDuty_EXPORTS.h>
42 template <
typename DetectorIdT = Aws::String>
44 m_detectorIdHasBeenSet =
true;
45 m_detectorId = std::forward<DetectorIdT>(value);
47 template <
typename DetectorIdT = Aws::String>
60 template <
typename FindingTypesT = Aws::Vector<Aws::String>>
62 m_findingTypesHasBeenSet =
true;
63 m_findingTypes = std::forward<FindingTypesT>(value);
65 template <
typename FindingTypesT = Aws::Vector<Aws::String>>
70 template <
typename FindingTypesT = Aws::String>
72 m_findingTypesHasBeenSet =
true;
73 m_findingTypes.emplace_back(std::forward<FindingTypesT>(value));
81 bool m_detectorIdHasBeenSet =
false;
82 bool m_findingTypesHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetFindingTypes() const
AWS_GUARDDUTY_API CreateSampleFindingsRequest()=default
bool DetectorIdHasBeenSet() const
CreateSampleFindingsRequest & AddFindingTypes(FindingTypesT &&value)
virtual const char * GetServiceRequestName() const override
AWS_GUARDDUTY_API Aws::String SerializePayload() const override
void SetFindingTypes(FindingTypesT &&value)
CreateSampleFindingsRequest & WithDetectorId(DetectorIdT &&value)
bool FindingTypesHasBeenSet() const
const Aws::String & GetDetectorId() const
void SetDetectorId(DetectorIdT &&value)
CreateSampleFindingsRequest & WithFindingTypes(FindingTypesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector