/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The input for the CreateKeysAndCertificate operation. Requires
* permission to access the CreateKeysAndCertificateRequest
* action.See Also:
AWS
* API Reference
Specifies whether the certificate is active.
*/ inline bool GetSetAsActive() const{ return m_setAsActive; } /** *Specifies whether the certificate is active.
*/ inline bool SetAsActiveHasBeenSet() const { return m_setAsActiveHasBeenSet; } /** *Specifies whether the certificate is active.
*/ inline void SetSetAsActive(bool value) { m_setAsActiveHasBeenSet = true; m_setAsActive = value; } /** *Specifies whether the certificate is active.
*/ inline CreateKeysAndCertificateRequest& WithSetAsActive(bool value) { SetSetAsActive(value); return *this;} private: bool m_setAsActive; bool m_setAsActiveHasBeenSet = false; }; } // namespace Model } // namespace IoT } // namespace Aws