7#include <aws/guardduty/GuardDuty_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/guardduty/model/KubernetesResourcesTypes.h>
51 template<
typename ContainerU
idsT = Aws::Vector<Aws::String>>
52 void SetContainerUids(ContainerUidsT&& value) { m_containerUidsHasBeenSet =
true; m_containerUids = std::forward<ContainerUidsT>(value); }
53 template<
typename ContainerU
idsT = Aws::Vector<Aws::String>>
55 template<
typename ContainerU
idsT = Aws::String>
56 KubernetesWorkload&
AddContainerUids(ContainerUidsT&& value) { m_containerUidsHasBeenSet =
true; m_containerUids.emplace_back(std::forward<ContainerUidsT>(value));
return *
this; }
66 template<
typename NamespaceT = Aws::String>
67 void SetNamespace(NamespaceT&& value) { m_namespaceHasBeenSet =
true; m_namespace = std::forward<NamespaceT>(value); }
68 template<
typename NamespaceT = Aws::String>
84 bool m_containerUidsHasBeenSet =
false;
87 bool m_namespaceHasBeenSet =
false;
90 bool m_kubernetesResourcesTypesHasBeenSet =
false;
AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() const
KubernetesWorkload & WithNamespace(NamespaceT &&value)
KubernetesWorkload & WithKubernetesResourcesTypes(KubernetesResourcesTypes value)
bool NamespaceHasBeenSet() const
KubernetesWorkload & WithContainerUids(ContainerUidsT &&value)
const Aws::Vector< Aws::String > & GetContainerUids() const
AWS_GUARDDUTY_API KubernetesWorkload & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GUARDDUTY_API KubernetesWorkload()=default
bool ContainerUidsHasBeenSet() const
const Aws::String & GetNamespace() const
bool KubernetesResourcesTypesHasBeenSet() const
KubernetesWorkload & AddContainerUids(ContainerUidsT &&value)
AWS_GUARDDUTY_API KubernetesWorkload(Aws::Utils::Json::JsonView jsonValue)
void SetNamespace(NamespaceT &&value)
void SetContainerUids(ContainerUidsT &&value)
void SetKubernetesResourcesTypes(KubernetesResourcesTypes value)
KubernetesResourcesTypes GetKubernetesResourcesTypes() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue