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

GetInstance() public static method

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