/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The Amazon Web Services Threat Intel Group (ATIG) details for a specific
* vulnerability.See Also:
AWS
* API Reference
The date and time this vulnerability was first observed.
*/ inline const Aws::Utils::DateTime& GetFirstSeen() const{ return m_firstSeen; } /** *The date and time this vulnerability was first observed.
*/ inline bool FirstSeenHasBeenSet() const { return m_firstSeenHasBeenSet; } /** *The date and time this vulnerability was first observed.
*/ inline void SetFirstSeen(const Aws::Utils::DateTime& value) { m_firstSeenHasBeenSet = true; m_firstSeen = value; } /** *The date and time this vulnerability was first observed.
*/ inline void SetFirstSeen(Aws::Utils::DateTime&& value) { m_firstSeenHasBeenSet = true; m_firstSeen = std::move(value); } /** *The date and time this vulnerability was first observed.
*/ inline AtigData& WithFirstSeen(const Aws::Utils::DateTime& value) { SetFirstSeen(value); return *this;} /** *The date and time this vulnerability was first observed.
*/ inline AtigData& WithFirstSeen(Aws::Utils::DateTime&& value) { SetFirstSeen(std::move(value)); return *this;} /** *The date and time this vulnerability was last observed.
*/ inline const Aws::Utils::DateTime& GetLastSeen() const{ return m_lastSeen; } /** *The date and time this vulnerability was last observed.
*/ inline bool LastSeenHasBeenSet() const { return m_lastSeenHasBeenSet; } /** *The date and time this vulnerability was last observed.
*/ inline void SetLastSeen(const Aws::Utils::DateTime& value) { m_lastSeenHasBeenSet = true; m_lastSeen = value; } /** *The date and time this vulnerability was last observed.
*/ inline void SetLastSeen(Aws::Utils::DateTime&& value) { m_lastSeenHasBeenSet = true; m_lastSeen = std::move(value); } /** *The date and time this vulnerability was last observed.
*/ inline AtigData& WithLastSeen(const Aws::Utils::DateTime& value) { SetLastSeen(value); return *this;} /** *The date and time this vulnerability was last observed.
*/ inline AtigData& WithLastSeen(Aws::Utils::DateTime&& value) { SetLastSeen(std::move(value)); return *this;} /** *The commercial sectors this vulnerability targets.
*/ inline const Aws::VectorThe commercial sectors this vulnerability targets.
*/ inline bool TargetsHasBeenSet() const { return m_targetsHasBeenSet; } /** *The commercial sectors this vulnerability targets.
*/ inline void SetTargets(const Aws::VectorThe commercial sectors this vulnerability targets.
*/ inline void SetTargets(Aws::VectorThe commercial sectors this vulnerability targets.
*/ inline AtigData& WithTargets(const Aws::VectorThe commercial sectors this vulnerability targets.
*/ inline AtigData& WithTargets(Aws::VectorThe commercial sectors this vulnerability targets.
*/ inline AtigData& AddTargets(const Aws::String& value) { m_targetsHasBeenSet = true; m_targets.push_back(value); return *this; } /** *The commercial sectors this vulnerability targets.
*/ inline AtigData& AddTargets(Aws::String&& value) { m_targetsHasBeenSet = true; m_targets.push_back(std::move(value)); return *this; } /** *The commercial sectors this vulnerability targets.
*/ inline AtigData& AddTargets(const char* value) { m_targetsHasBeenSet = true; m_targets.push_back(value); return *this; } /** *The MITRE ATT&CK tactics, * techniques, and procedures (TTPs) associated with vulnerability.
*/ inline const Aws::VectorThe MITRE ATT&CK tactics, * techniques, and procedures (TTPs) associated with vulnerability.
*/ inline bool TtpsHasBeenSet() const { return m_ttpsHasBeenSet; } /** *The MITRE ATT&CK tactics, * techniques, and procedures (TTPs) associated with vulnerability.
*/ inline void SetTtps(const Aws::VectorThe MITRE ATT&CK tactics, * techniques, and procedures (TTPs) associated with vulnerability.
*/ inline void SetTtps(Aws::VectorThe MITRE ATT&CK tactics, * techniques, and procedures (TTPs) associated with vulnerability.
*/ inline AtigData& WithTtps(const Aws::VectorThe MITRE ATT&CK tactics, * techniques, and procedures (TTPs) associated with vulnerability.
*/ inline AtigData& WithTtps(Aws::VectorThe MITRE ATT&CK tactics, * techniques, and procedures (TTPs) associated with vulnerability.
*/ inline AtigData& AddTtps(const Aws::String& value) { m_ttpsHasBeenSet = true; m_ttps.push_back(value); return *this; } /** *The MITRE ATT&CK tactics, * techniques, and procedures (TTPs) associated with vulnerability.
*/ inline AtigData& AddTtps(Aws::String&& value) { m_ttpsHasBeenSet = true; m_ttps.push_back(std::move(value)); return *this; } /** *The MITRE ATT&CK tactics, * techniques, and procedures (TTPs) associated with vulnerability.
*/ inline AtigData& AddTtps(const char* value) { m_ttpsHasBeenSet = true; m_ttps.push_back(value); return *this; } private: Aws::Utils::DateTime m_firstSeen; bool m_firstSeenHasBeenSet = false; Aws::Utils::DateTime m_lastSeen; bool m_lastSeenHasBeenSet = false; Aws::Vector