Amazon.IdentityManagement.Model.Internal.MarshallTransformations.ListSigningCertificatesResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

public static GetInstance ( ) : ListSigningCertificatesResponseUnmarshaller
return ListSigningCertificatesResponseUnmarshaller
        public static ListSigningCertificatesResponseUnmarshaller GetInstance()
        {
            if (instance == null) 
            {
               instance = new ListSigningCertificatesResponseUnmarshaller();
            }
            return instance;
        }