7#include <aws/iam/IAM_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/DateTime.h>
56 inline void SetPath(
const char* value) { m_pathHasBeenSet =
true; m_path.assign(value); }
70 inline void SetServerCertificateName(
const char* value) { m_serverCertificateNameHasBeenSet =
true; m_serverCertificateName.assign(value); }
87 inline void SetServerCertificateId(
const char* value) { m_serverCertificateIdHasBeenSet =
true; m_serverCertificateId.assign(value); }
104 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
136 bool m_pathHasBeenSet =
false;
139 bool m_serverCertificateNameHasBeenSet =
false;
142 bool m_serverCertificateIdHasBeenSet =
false;
145 bool m_arnHasBeenSet =
false;
148 bool m_uploadDateHasBeenSet =
false;
151 bool m_expirationHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream