7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/securityhub/SecurityHub_EXPORTS.h>
10#include <aws/securityhub/model/AwsMountPoint.h>
43 template <
typename NameT = Aws::String>
45 m_nameHasBeenSet =
true;
46 m_name = std::forward<NameT>(value);
48 template <
typename NameT = Aws::String>
50 SetName(std::forward<NameT>(value));
61 template <
typename ImageT = Aws::String>
63 m_imageHasBeenSet =
true;
64 m_image = std::forward<ImageT>(value);
66 template <
typename ImageT = Aws::String>
68 SetImage(std::forward<ImageT>(value));
79 template <
typename MountPo
intsT = Aws::Vector<AwsMountPo
int>>
81 m_mountPointsHasBeenSet =
true;
82 m_mountPoints = std::forward<MountPointsT>(value);
84 template <
typename MountPo
intsT = Aws::Vector<AwsMountPo
int>>
89 template <
typename MountPo
intsT = AwsMountPo
int>
91 m_mountPointsHasBeenSet =
true;
92 m_mountPoints.emplace_back(std::forward<MountPointsT>(value));
105 m_privilegedHasBeenSet =
true;
106 m_privileged = value;
120 bool m_privileged{
false};
121 bool m_nameHasBeenSet =
false;
122 bool m_imageHasBeenSet =
false;
123 bool m_mountPointsHasBeenSet =
false;
124 bool m_privilegedHasBeenSet =
false;
bool MountPointsHasBeenSet() const
const Aws::Vector< AwsMountPoint > & GetMountPoints() const
AwsEcsContainerDetails & WithImage(ImageT &&value)
void SetMountPoints(MountPointsT &&value)
const Aws::String & GetImage() const
bool NameHasBeenSet() const
bool GetPrivileged() const
AWS_SECURITYHUB_API AwsEcsContainerDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
AwsEcsContainerDetails & AddMountPoints(MountPointsT &&value)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetName() const
void SetName(NameT &&value)
AWS_SECURITYHUB_API AwsEcsContainerDetails(Aws::Utils::Json::JsonView jsonValue)
AwsEcsContainerDetails & WithName(NameT &&value)
AWS_SECURITYHUB_API AwsEcsContainerDetails()=default
void SetImage(ImageT &&value)
bool ImageHasBeenSet() const
void SetPrivileged(bool value)
bool PrivilegedHasBeenSet() const
AwsEcsContainerDetails & WithMountPoints(MountPointsT &&value)
AwsEcsContainerDetails & WithPrivileged(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue