64 inline void SetRequireSymbols(
bool value) { m_requireSymbolsHasBeenSet =
true; m_requireSymbols = value; }
83 inline void SetRequireNumbers(
bool value) { m_requireNumbersHasBeenSet =
true; m_requireNumbers = value; }
170 inline void SetMaxPasswordAge(
int value) { m_maxPasswordAgeHasBeenSet =
true; m_maxPasswordAge = value; }
209 inline void SetHardExpiry(
bool value) { m_hardExpiryHasBeenSet =
true; m_hardExpiry = value; }
218 int m_minimumPasswordLength;
219 bool m_minimumPasswordLengthHasBeenSet;
220 bool m_requireSymbols;
221 bool m_requireSymbolsHasBeenSet;
222 bool m_requireNumbers;
223 bool m_requireNumbersHasBeenSet;
224 bool m_requireUppercaseCharacters;
225 bool m_requireUppercaseCharactersHasBeenSet;
226 bool m_requireLowercaseCharacters;
227 bool m_requireLowercaseCharactersHasBeenSet;
228 bool m_allowUsersToChangePassword;
229 bool m_allowUsersToChangePasswordHasBeenSet;
230 int m_maxPasswordAge;
231 bool m_maxPasswordAgeHasBeenSet;
232 int m_passwordReusePrevention;
233 bool m_passwordReusePreventionHasBeenSet;
235 bool m_hardExpiryHasBeenSet;
bool GetAllowUsersToChangePassword() const
UpdateAccountPasswordPolicyRequest & WithPasswordReusePrevention(int value)
bool GetHardExpiry() const
UpdateAccountPasswordPolicyRequest & WithAllowUsersToChangePassword(bool value)
int GetPasswordReusePrevention() const
bool GetRequireUppercaseCharacters() const
int GetMinimumPasswordLength() const
void SetHardExpiry(bool value)
void SetRequireSymbols(bool value)
void SetMaxPasswordAge(int value)
UpdateAccountPasswordPolicyRequest & WithRequireNumbers(bool value)
void SetRequireNumbers(bool value)
bool GetRequireLowercaseCharacters() const
void SetRequireUppercaseCharacters(bool value)
bool GetRequireSymbols() const
void SetRequireLowercaseCharacters(bool value)
UpdateAccountPasswordPolicyRequest & WithRequireUppercaseCharacters(bool value)
void SetPasswordReusePrevention(int value)
void SetMinimumPasswordLength(int value)
bool GetRequireNumbers() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
UpdateAccountPasswordPolicyRequest & WithMaxPasswordAge(int value)
void SetAllowUsersToChangePassword(bool value)
UpdateAccountPasswordPolicyRequest & WithHardExpiry(bool value)
UpdateAccountPasswordPolicyRequest & WithRequireSymbols(bool value)
UpdateAccountPasswordPolicyRequest & WithRequireLowercaseCharacters(bool value)
JSON (JavaScript Object Notation).
UpdateAccountPasswordPolicyRequest & WithMinimumPasswordLength(int value)
int GetMaxPasswordAge() const