7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/eks/EKS_EXPORTS.h>
9#include <aws/eks/model/ActiveCertificateAuthority.h>
44 template <
typename DataT = Aws::String>
46 m_dataHasBeenSet =
true;
47 m_data = std::forward<DataT>(value);
49 template <
typename DataT = Aws::String>
51 SetData(std::forward<DataT>(value));
63 template <
typename ActiveT = ActiveCertificateAuthority>
65 m_activeHasBeenSet =
true;
66 m_active = std::forward<ActiveT>(value);
68 template <
typename ActiveT = ActiveCertificateAuthority>
78 bool m_dataHasBeenSet =
false;
79 bool m_activeHasBeenSet =
false;
bool ActiveHasBeenSet() const
AWS_EKS_API Certificate(Aws::Utils::Json::JsonView jsonValue)
bool DataHasBeenSet() const
void SetActive(ActiveT &&value)
const ActiveCertificateAuthority & GetActive() const
AWS_EKS_API Certificate()=default
AWS_EKS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetData() const
Certificate & WithData(DataT &&value)
AWS_EKS_API Certificate & operator=(Aws::Utils::Json::JsonView jsonValue)
Certificate & WithActive(ActiveT &&value)
void SetData(DataT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue