7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/guardduty/GuardDuty_EXPORTS.h>
44 template <
typename Ec2InstanceU
idsT = Aws::Vector<Aws::String>>
46 m_ec2InstanceUidsHasBeenSet =
true;
47 m_ec2InstanceUids = std::forward<Ec2InstanceUidsT>(value);
49 template <
typename Ec2InstanceU
idsT = Aws::Vector<Aws::String>>
54 template <
typename Ec2InstanceU
idsT = Aws::String>
56 m_ec2InstanceUidsHasBeenSet =
true;
57 m_ec2InstanceUids.emplace_back(std::forward<Ec2InstanceUidsT>(value));
63 bool m_ec2InstanceUidsHasBeenSet =
false;
Ec2Image & WithEc2InstanceUids(Ec2InstanceUidsT &&value)
Ec2Image & AddEc2InstanceUids(Ec2InstanceUidsT &&value)
AWS_GUARDDUTY_API Ec2Image & operator=(Aws::Utils::Json::JsonView jsonValue)
bool Ec2InstanceUidsHasBeenSet() const
AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GUARDDUTY_API Ec2Image(Aws::Utils::Json::JsonView jsonValue)
AWS_GUARDDUTY_API Ec2Image()=default
const Aws::Vector< Aws::String > & GetEc2InstanceUids() const
void SetEc2InstanceUids(Ec2InstanceUidsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue