7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ecs/ECS_EXPORTS.h>
9#include <aws/ecs/model/ServiceConnectTlsCertificateAuthority.h>
42 template <
typename IssuerCertificateAuthorityT = ServiceConnectTlsCertificateAuthority>
44 m_issuerCertificateAuthorityHasBeenSet =
true;
45 m_issuerCertificateAuthority = std::forward<IssuerCertificateAuthorityT>(value);
47 template <
typename IssuerCertificateAuthorityT = ServiceConnectTlsCertificateAuthority>
60 template <
typename KmsKeyT = Aws::String>
62 m_kmsKeyHasBeenSet =
true;
63 m_kmsKey = std::forward<KmsKeyT>(value);
65 template <
typename KmsKeyT = Aws::String>
79 template <
typename RoleArnT = Aws::String>
81 m_roleArnHasBeenSet =
true;
82 m_roleArn = std::forward<RoleArnT>(value);
84 template <
typename RoleArnT = Aws::String>
96 bool m_issuerCertificateAuthorityHasBeenSet =
false;
97 bool m_kmsKeyHasBeenSet =
false;
98 bool m_roleArnHasBeenSet =
false;
AWS_ECS_API ServiceConnectTlsConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_ECS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetRoleArn() const
const Aws::String & GetKmsKey() const
void SetIssuerCertificateAuthority(IssuerCertificateAuthorityT &&value)
bool RoleArnHasBeenSet() const
bool IssuerCertificateAuthorityHasBeenSet() const
const ServiceConnectTlsCertificateAuthority & GetIssuerCertificateAuthority() const
bool KmsKeyHasBeenSet() const
ServiceConnectTlsConfiguration & WithRoleArn(RoleArnT &&value)
ServiceConnectTlsConfiguration & WithIssuerCertificateAuthority(IssuerCertificateAuthorityT &&value)
AWS_ECS_API ServiceConnectTlsConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
ServiceConnectTlsConfiguration & WithKmsKey(KmsKeyT &&value)
void SetKmsKey(KmsKeyT &&value)
void SetRoleArn(RoleArnT &&value)
AWS_ECS_API ServiceConnectTlsConfiguration()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue