7#include <aws/inspector/Inspector_EXPORTS.h>
8#include <aws/inspector/InspectorRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/inspector/model/Attribute.h>
45 template<
typename FindingArnsT = Aws::Vector<Aws::String>>
46 void SetFindingArns(FindingArnsT&& value) { m_findingArnsHasBeenSet =
true; m_findingArns = std::forward<FindingArnsT>(value); }
47 template<
typename FindingArnsT = Aws::Vector<Aws::String>>
49 template<
typename FindingArnsT = Aws::String>
59 template<
typename AttributesT = Aws::Vector<Attribute>>
60 void SetAttributes(AttributesT&& value) { m_attributesHasBeenSet =
true; m_attributes = std::forward<AttributesT>(value); }
61 template<
typename AttributesT = Aws::Vector<Attribute>>
63 template<
typename AttributesT = Attribute>
69 bool m_findingArnsHasBeenSet =
false;
72 bool m_attributesHasBeenSet =
false;
bool AttributesHasBeenSet() const
AddAttributesToFindingsRequest & AddAttributes(AttributesT &&value)
void SetFindingArns(FindingArnsT &&value)
void SetAttributes(AttributesT &&value)
AddAttributesToFindingsRequest & WithFindingArns(FindingArnsT &&value)
const Aws::Vector< Aws::String > & GetFindingArns() const
AWS_INSPECTOR_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool FindingArnsHasBeenSet() const
const Aws::Vector< Attribute > & GetAttributes() const
virtual const char * GetServiceRequestName() const override
AddAttributesToFindingsRequest & AddFindingArns(FindingArnsT &&value)
AddAttributesToFindingsRequest & WithAttributes(AttributesT &&value)
AWS_INSPECTOR_API Aws::String SerializePayload() const override
AWS_INSPECTOR_API AddAttributesToFindingsRequest()=default
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector