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/Tag.h>
44 template <
typename NameT = Aws::String>
46 m_nameHasBeenSet =
true;
47 m_name = std::forward<NameT>(value);
49 template <
typename NameT = Aws::String>
51 SetName(std::forward<NameT>(value));
62 template <
typename ArnT = Aws::String>
64 m_arnHasBeenSet =
true;
65 m_arn = std::forward<ArnT>(value);
67 template <
typename ArnT = Aws::String>
69 SetArn(std::forward<ArnT>(value));
80 template <
typename VpcIdT = Aws::String>
82 m_vpcIdHasBeenSet =
true;
83 m_vpcId = std::forward<VpcIdT>(value);
85 template <
typename VpcIdT = Aws::String>
87 SetVpcId(std::forward<VpcIdT>(value));
98 template <
typename StatusT = Aws::String>
100 m_statusHasBeenSet =
true;
101 m_status = std::forward<StatusT>(value);
103 template <
typename StatusT = Aws::String>
116 template <
typename TagsT = Aws::Vector<Tag>>
118 m_tagsHasBeenSet =
true;
119 m_tags = std::forward<TagsT>(value);
121 template <
typename TagsT = Aws::Vector<Tag>>
123 SetTags(std::forward<TagsT>(value));
126 template <
typename TagsT = Tag>
128 m_tagsHasBeenSet =
true;
129 m_tags.emplace_back(std::forward<TagsT>(value));
140 template <
typename CreatedAtT = Aws::Utils::DateTime>
142 m_createdAtHasBeenSet =
true;
143 m_createdAt = std::forward<CreatedAtT>(value);
145 template <
typename CreatedAtT = Aws::Utils::DateTime>
163 bool m_nameHasBeenSet =
false;
164 bool m_arnHasBeenSet =
false;
165 bool m_vpcIdHasBeenSet =
false;
166 bool m_statusHasBeenSet =
false;
167 bool m_tagsHasBeenSet =
false;
168 bool m_createdAtHasBeenSet =
false;
const Aws::Vector< Tag > & GetTags() const
EksClusterDetails & AddTags(TagsT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
void SetTags(TagsT &&value)
const Aws::String & GetName() const
const Aws::String & GetVpcId() const
void SetCreatedAt(CreatedAtT &&value)
void SetArn(ArnT &&value)
AWS_GUARDDUTY_API EksClusterDetails()=default
AWS_GUARDDUTY_API EksClusterDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetArn() const
AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() const
EksClusterDetails & WithCreatedAt(CreatedAtT &&value)
void SetName(NameT &&value)
EksClusterDetails & WithArn(ArnT &&value)
bool NameHasBeenSet() const
AWS_GUARDDUTY_API EksClusterDetails(Aws::Utils::Json::JsonView jsonValue)
EksClusterDetails & WithVpcId(VpcIdT &&value)
EksClusterDetails & WithTags(TagsT &&value)
void SetVpcId(VpcIdT &&value)
const Aws::String & GetStatus() const
bool StatusHasBeenSet() const
bool VpcIdHasBeenSet() const
void SetStatus(StatusT &&value)
EksClusterDetails & WithName(NameT &&value)
bool TagsHasBeenSet() const
EksClusterDetails & WithStatus(StatusT &&value)
bool ArnHasBeenSet() const
bool CreatedAtHasBeenSet() 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