Amazon.APIGateway.Model.UpdateClientCertificateResponse.IsSetPemEncodedCertificate C# (CSharp) Method

IsSetPemEncodedCertificate() private method

private IsSetPemEncodedCertificate ( ) : bool
return bool
        internal bool IsSetPemEncodedCertificate()
        {
            return this._pemEncodedCertificate != null;
        }