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>
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>
60 template<
typename AttributeKeysT = Aws::Vector<Aws::String>>
61 void SetAttributeKeys(AttributeKeysT&& value) { m_attributeKeysHasBeenSet =
true; m_attributeKeys = std::forward<AttributeKeysT>(value); }
62 template<
typename AttributeKeysT = Aws::Vector<Aws::String>>
64 template<
typename AttributeKeysT = Aws::String>
70 bool m_findingArnsHasBeenSet =
false;
73 bool m_attributeKeysHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
void SetFindingArns(FindingArnsT &&value)
const Aws::Vector< Aws::String > & GetAttributeKeys() const
RemoveAttributesFromFindingsRequest & WithAttributeKeys(AttributeKeysT &&value)
RemoveAttributesFromFindingsRequest & WithFindingArns(FindingArnsT &&value)
AWS_INSPECTOR_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetAttributeKeys(AttributeKeysT &&value)
const Aws::Vector< Aws::String > & GetFindingArns() const
AWS_INSPECTOR_API RemoveAttributesFromFindingsRequest()=default
bool FindingArnsHasBeenSet() const
RemoveAttributesFromFindingsRequest & AddAttributeKeys(AttributeKeysT &&value)
bool AttributeKeysHasBeenSet() const
AWS_INSPECTOR_API Aws::String SerializePayload() const override
RemoveAttributesFromFindingsRequest & AddFindingArns(FindingArnsT &&value)
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