7#include <aws/ssm-incidents/SSMIncidents_EXPORTS.h>
8#include <aws/ssm-incidents/SSMIncidentsRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
60 inline void SetIncidentRecordArn(
const char* value) { m_incidentRecordArnHasBeenSet =
true; m_incidentRecordArn.assign(value); }
68 bool m_findingIdsHasBeenSet =
false;
71 bool m_incidentRecordArnHasBeenSet =
false;
bool FindingIdsHasBeenSet() const
const Aws::Vector< Aws::String > & GetFindingIds() const
void SetIncidentRecordArn(const Aws::String &value)
BatchGetIncidentFindingsRequest & AddFindingIds(Aws::String &&value)
AWS_SSMINCIDENTS_API Aws::String SerializePayload() const override
BatchGetIncidentFindingsRequest & WithIncidentRecordArn(Aws::String &&value)
BatchGetIncidentFindingsRequest & WithFindingIds(const Aws::Vector< Aws::String > &value)
void SetIncidentRecordArn(Aws::String &&value)
const Aws::String & GetIncidentRecordArn() const
BatchGetIncidentFindingsRequest & WithIncidentRecordArn(const char *value)
void SetFindingIds(const Aws::Vector< Aws::String > &value)
void SetIncidentRecordArn(const char *value)
BatchGetIncidentFindingsRequest & WithIncidentRecordArn(const Aws::String &value)
void SetFindingIds(Aws::Vector< Aws::String > &&value)
BatchGetIncidentFindingsRequest & AddFindingIds(const char *value)
bool IncidentRecordArnHasBeenSet() const
BatchGetIncidentFindingsRequest & WithFindingIds(Aws::Vector< Aws::String > &&value)
BatchGetIncidentFindingsRequest & AddFindingIds(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
AWS_SSMINCIDENTS_API BatchGetIncidentFindingsRequest()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector