7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mailmanager/MailManager_EXPORTS.h>
19namespace MailManager {
43 template <
typename CAContentT = Aws::String>
45 m_cAContentHasBeenSet =
true;
46 m_cAContent = std::forward<CAContentT>(value);
48 template <
typename CAContentT = Aws::String>
62 template <
typename CrlContentT = Aws::String>
64 m_crlContentHasBeenSet =
true;
65 m_crlContent = std::forward<CrlContentT>(value);
67 template <
typename CrlContentT = Aws::String>
81 template <
typename KmsKeyArnT = Aws::String>
83 m_kmsKeyArnHasBeenSet =
true;
84 m_kmsKeyArn = std::forward<KmsKeyArnT>(value);
86 template <
typename KmsKeyArnT = Aws::String>
98 bool m_cAContentHasBeenSet =
false;
99 bool m_crlContentHasBeenSet =
false;
100 bool m_kmsKeyArnHasBeenSet =
false;
TrustStore & WithCAContent(CAContentT &&value)
const Aws::String & GetCAContent() const
TrustStore & WithCrlContent(CrlContentT &&value)
bool CAContentHasBeenSet() const
AWS_MAILMANAGER_API TrustStore & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MAILMANAGER_API TrustStore()=default
void SetCrlContent(CrlContentT &&value)
AWS_MAILMANAGER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MAILMANAGER_API TrustStore(Aws::Utils::Json::JsonView jsonValue)
void SetCAContent(CAContentT &&value)
bool CrlContentHasBeenSet() const
void SetKmsKeyArn(KmsKeyArnT &&value)
TrustStore & WithKmsKeyArn(KmsKeyArnT &&value)
bool KmsKeyArnHasBeenSet() const
const Aws::String & GetKmsKeyArn() const
const Aws::String & GetCrlContent() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue