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>
10#include <aws/guardduty/model/KubernetesResourcesTypes.h>
45 template <
typename ContainerU
idsT = Aws::Vector<Aws::String>>
47 m_containerUidsHasBeenSet =
true;
48 m_containerUids = std::forward<ContainerUidsT>(value);
50 template <
typename ContainerU
idsT = Aws::Vector<Aws::String>>
55 template <
typename ContainerU
idsT = Aws::String>
57 m_containerUidsHasBeenSet =
true;
58 m_containerUids.emplace_back(std::forward<ContainerUidsT>(value));
70 template <
typename NamespaceT = Aws::String>
72 m_namespaceHasBeenSet =
true;
73 m_namespace = std::forward<NamespaceT>(value);
75 template <
typename NamespaceT = Aws::String>
89 m_kubernetesResourcesTypesHasBeenSet =
true;
90 m_kubernetesResourcesTypes = value;
103 bool m_containerUidsHasBeenSet =
false;
104 bool m_namespaceHasBeenSet =
false;
105 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