7#include <aws/guardduty/GuardDuty_EXPORTS.h>
8#include <aws/guardduty/GuardDutyRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
46 template<
typename DetectorIdT = Aws::String>
47 void SetDetectorId(DetectorIdT&& value) { m_detectorIdHasBeenSet =
true; m_detectorId = std::forward<DetectorIdT>(value); }
48 template<
typename DetectorIdT = Aws::String>
58 template<
typename FindingTypesT = Aws::Vector<Aws::String>>
59 void SetFindingTypes(FindingTypesT&& value) { m_findingTypesHasBeenSet =
true; m_findingTypes = std::forward<FindingTypesT>(value); }
60 template<
typename FindingTypesT = Aws::Vector<Aws::String>>
62 template<
typename FindingTypesT = Aws::String>
68 bool m_detectorIdHasBeenSet =
false;
71 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