7#include <aws/guardduty/GuardDuty_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/guardduty/model/ClusterStatus.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
52 template<
typename ArnT = Aws::String>
53 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
54 template<
typename ArnT = Aws::String>
65 template<
typename CreatedAtT = Aws::Utils::DateTime>
66 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
67 template<
typename CreatedAtT = Aws::Utils::DateTime>
88 template<
typename VpcIdT = Aws::String>
89 void SetVpcId(VpcIdT&& value) { m_vpcIdHasBeenSet =
true; m_vpcId = std::forward<VpcIdT>(value); }
90 template<
typename VpcIdT = Aws::String>
101 template<
typename Ec2InstanceU
idsT = Aws::Vector<Aws::String>>
102 void SetEc2InstanceUids(Ec2InstanceUidsT&& value) { m_ec2InstanceUidsHasBeenSet =
true; m_ec2InstanceUids = std::forward<Ec2InstanceUidsT>(value); }
103 template<
typename Ec2InstanceU
idsT = Aws::Vector<Aws::String>>
105 template<
typename Ec2InstanceU
idsT = Aws::String>
106 EksCluster&
AddEc2InstanceUids(Ec2InstanceUidsT&& value) { m_ec2InstanceUidsHasBeenSet =
true; m_ec2InstanceUids.emplace_back(std::forward<Ec2InstanceUidsT>(value));
return *
this; }
111 bool m_arnHasBeenSet =
false;
114 bool m_createdAtHasBeenSet =
false;
117 bool m_statusHasBeenSet =
false;
120 bool m_vpcIdHasBeenSet =
false;
123 bool m_ec2InstanceUidsHasBeenSet =
false;
void SetArn(ArnT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
ClusterStatus GetStatus() const
EksCluster & AddEc2InstanceUids(Ec2InstanceUidsT &&value)
void SetCreatedAt(CreatedAtT &&value)
bool Ec2InstanceUidsHasBeenSet() const
EksCluster & WithStatus(ClusterStatus value)
const Aws::Vector< Aws::String > & GetEc2InstanceUids() const
AWS_GUARDDUTY_API EksCluster(Aws::Utils::Json::JsonView jsonValue)
EksCluster & WithEc2InstanceUids(Ec2InstanceUidsT &&value)
void SetEc2InstanceUids(Ec2InstanceUidsT &&value)
void SetVpcId(VpcIdT &&value)
bool CreatedAtHasBeenSet() const
AWS_GUARDDUTY_API EksCluster & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GUARDDUTY_API EksCluster()=default
EksCluster & WithVpcId(VpcIdT &&value)
EksCluster & WithCreatedAt(CreatedAtT &&value)
bool VpcIdHasBeenSet() const
const Aws::String & GetVpcId() const
void SetStatus(ClusterStatus value)
const Aws::String & GetArn() const
EksCluster & WithArn(ArnT &&value)
bool ArnHasBeenSet() const
bool StatusHasBeenSet() const
AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() 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