7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/guardduty/GuardDuty_EXPORTS.h>
11#include <aws/guardduty/model/ClusterStatus.h>
46 template <
typename ArnT = Aws::String>
48 m_arnHasBeenSet =
true;
49 m_arn = std::forward<ArnT>(value);
51 template <
typename ArnT = Aws::String>
53 SetArn(std::forward<ArnT>(value));
65 template <
typename CreatedAtT = Aws::Utils::DateTime>
67 m_createdAtHasBeenSet =
true;
68 m_createdAt = std::forward<CreatedAtT>(value);
70 template <
typename CreatedAtT = Aws::Utils::DateTime>
84 m_statusHasBeenSet =
true;
100 template <
typename VpcIdT = Aws::String>
102 m_vpcIdHasBeenSet =
true;
103 m_vpcId = std::forward<VpcIdT>(value);
105 template <
typename VpcIdT = Aws::String>
107 SetVpcId(std::forward<VpcIdT>(value));
119 template <
typename Ec2InstanceU
idsT = Aws::Vector<Aws::String>>
121 m_ec2InstanceUidsHasBeenSet =
true;
122 m_ec2InstanceUids = std::forward<Ec2InstanceUidsT>(value);
124 template <
typename Ec2InstanceU
idsT = Aws::Vector<Aws::String>>
129 template <
typename Ec2InstanceU
idsT = Aws::String>
131 m_ec2InstanceUidsHasBeenSet =
true;
132 m_ec2InstanceUids.emplace_back(std::forward<Ec2InstanceUidsT>(value));
146 bool m_arnHasBeenSet =
false;
147 bool m_createdAtHasBeenSet =
false;
148 bool m_statusHasBeenSet =
false;
149 bool m_vpcIdHasBeenSet =
false;
150 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