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

GetInstance() public static method

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