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>
44 inline void SetDetectorId(
const char* value) { m_detectorIdHasBeenSet =
true; m_detectorId.assign(value); }
67 bool m_detectorIdHasBeenSet =
false;
70 bool m_findingIdsHasBeenSet =
false;
UnarchiveFindingsRequest & AddFindingIds(const char *value)
AWS_GUARDDUTY_API UnarchiveFindingsRequest()
UnarchiveFindingsRequest & WithDetectorId(const Aws::String &value)
bool DetectorIdHasBeenSet() const
UnarchiveFindingsRequest & WithDetectorId(Aws::String &&value)
const Aws::String & GetDetectorId() const
void SetDetectorId(Aws::String &&value)
UnarchiveFindingsRequest & AddFindingIds(Aws::String &&value)
void SetDetectorId(const Aws::String &value)
void SetFindingIds(const Aws::Vector< Aws::String > &value)
UnarchiveFindingsRequest & WithDetectorId(const char *value)
void SetFindingIds(Aws::Vector< Aws::String > &&value)
bool FindingIdsHasBeenSet() const
UnarchiveFindingsRequest & WithFindingIds(const Aws::Vector< Aws::String > &value)
AWS_GUARDDUTY_API Aws::String SerializePayload() const override
UnarchiveFindingsRequest & AddFindingIds(const Aws::String &value)
UnarchiveFindingsRequest & WithFindingIds(Aws::Vector< Aws::String > &&value)
virtual const char * GetServiceRequestName() const override
void SetDetectorId(const char *value)
const Aws::Vector< Aws::String > & GetFindingIds() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector