/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The password policy configuration for the backend to your Amplify
* project.See Also:
AWS
* API Reference
Additional constraints for the password used to access the backend of your * Amplify project.
*/ inline const Aws::VectorAdditional constraints for the password used to access the backend of your * Amplify project.
*/ inline bool AdditionalConstraintsHasBeenSet() const { return m_additionalConstraintsHasBeenSet; } /** *Additional constraints for the password used to access the backend of your * Amplify project.
*/ inline void SetAdditionalConstraints(const Aws::VectorAdditional constraints for the password used to access the backend of your * Amplify project.
*/ inline void SetAdditionalConstraints(Aws::VectorAdditional constraints for the password used to access the backend of your * Amplify project.
*/ inline CreateBackendAuthPasswordPolicyConfig& WithAdditionalConstraints(const Aws::VectorAdditional constraints for the password used to access the backend of your * Amplify project.
*/ inline CreateBackendAuthPasswordPolicyConfig& WithAdditionalConstraints(Aws::VectorAdditional constraints for the password used to access the backend of your * Amplify project.
*/ inline CreateBackendAuthPasswordPolicyConfig& AddAdditionalConstraints(const AdditionalConstraintsElement& value) { m_additionalConstraintsHasBeenSet = true; m_additionalConstraints.push_back(value); return *this; } /** *Additional constraints for the password used to access the backend of your * Amplify project.
*/ inline CreateBackendAuthPasswordPolicyConfig& AddAdditionalConstraints(AdditionalConstraintsElement&& value) { m_additionalConstraintsHasBeenSet = true; m_additionalConstraints.push_back(std::move(value)); return *this; } /** *The minimum length of the password used to access the backend of your Amplify * project.
*/ inline double GetMinimumLength() const{ return m_minimumLength; } /** *The minimum length of the password used to access the backend of your Amplify * project.
*/ inline bool MinimumLengthHasBeenSet() const { return m_minimumLengthHasBeenSet; } /** *The minimum length of the password used to access the backend of your Amplify * project.
*/ inline void SetMinimumLength(double value) { m_minimumLengthHasBeenSet = true; m_minimumLength = value; } /** *The minimum length of the password used to access the backend of your Amplify * project.
*/ inline CreateBackendAuthPasswordPolicyConfig& WithMinimumLength(double value) { SetMinimumLength(value); return *this;} private: Aws::Vector