7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/securityhub/model/AwsMountPoint.h>
49 template<
typename NameT = Aws::String>
50 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
51 template<
typename NameT = Aws::String>
61 template<
typename ImageT = Aws::String>
62 void SetImage(ImageT&& value) { m_imageHasBeenSet =
true; m_image = std::forward<ImageT>(value); }
63 template<
typename ImageT = Aws::String>
73 template<
typename MountPo
intsT = Aws::Vector<AwsMountPo
int>>
74 void SetMountPoints(MountPointsT&& value) { m_mountPointsHasBeenSet =
true; m_mountPoints = std::forward<MountPointsT>(value); }
75 template<
typename MountPo
intsT = Aws::Vector<AwsMountPo
int>>
77 template<
typename MountPo
intsT = AwsMountPo
int>
88 inline void SetPrivileged(
bool value) { m_privilegedHasBeenSet =
true; m_privileged = value; }
94 bool m_nameHasBeenSet =
false;
97 bool m_imageHasBeenSet =
false;
100 bool m_mountPointsHasBeenSet =
false;
102 bool m_privileged{
false};
103 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